@rongcloud/plugin-rtc 5.4.1-alpha.2 → 5.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +4 -4
- package/dist/index.esm.js +15 -14420
- package/dist/index.js +15 -14450
- package/dist/index.umd.js +15 -14454
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* RCRTC - v5.4.1
|
|
3
|
-
* CommitId -
|
|
4
|
-
*
|
|
2
|
+
* RCRTC - v5.4.1
|
|
3
|
+
* CommitId - 375b5722ca190c0b24531066c28782c0c7fd7aae
|
|
4
|
+
* Tue Jun 14 2022 18:18:59 GMT+0800 (China Standard Time)
|
|
5
5
|
* ©2020 RongCloud, Inc. All rights reserved.
|
|
6
6
|
*/
|
|
7
7
|
import { EventEmitter, IReceivedMessage, RTCPluginContext, IRuntime, ErrorCode, RTCMode, IJoinRTCRoomData, KVString, IServerRTCRoomEntry, LogLevel, RTCJoinType, IRTCUserData, IRTCJoinedInfo, IPluginGenerator } from '@rongcloud/engine';
|
|
@@ -3580,7 +3580,7 @@ declare class RCRTCClient {
|
|
|
3580
3580
|
* @since version 5.2.1
|
|
3581
3581
|
*/
|
|
3582
3582
|
getJoinedRoomInfo(): Promise<{
|
|
3583
|
-
code: RCRTCCode;
|
|
3583
|
+
code: RCRTCCode | ErrorCode;
|
|
3584
3584
|
data?: IRTCJoinedInfo[];
|
|
3585
3585
|
}>;
|
|
3586
3586
|
}
|