@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 CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
- * RCRTC - v5.4.1-alpha.2
3
- * CommitId - 93e65be83e51e6e0060a9f98d9dd505da99d6cdc
4
- * Mon Jun 06 2022 16:04:57 GMT+0800 (China Standard Time)
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
  }