@rongcloud/plugin-rtc 5.4.3 → 5.4.4-alpha.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.
@@ -32,6 +32,7 @@ export default class RCRTCPeerConnection extends EventEmitter {
32
32
  private _reTryExchangeTimer;
33
33
  private _reportStatsTimer;
34
34
  private _reportR3R4ToPolarisTimer;
35
+ private _isDestroyed;
35
36
  constructor(
36
37
  /**
37
38
  * peerConnection 对应名称
@@ -106,5 +107,6 @@ export default class RCRTCPeerConnection extends EventEmitter {
106
107
  getRTCPeerConn(): RTCPeerConnection;
107
108
  destroy(): void;
108
109
  clearReTryExchangeTimer(): void;
110
+ isDestroyed(): boolean;
109
111
  }
110
112
  //# sourceMappingURL=RCRTCPeerConnection.d.ts.map
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
- * RCRTC - v5.4.3
3
- * CommitId - 14f0acc9bca79c93547703c573d297dbd301594c
4
- * Tue Aug 02 2022 09:57:21 GMT+0800 (China Standard Time)
2
+ * RCRTC - v5.4.4-alpha.1
3
+ * CommitId - 62dca5e7f4d904aeefb9634071be2b9b2f37c61d
4
+ * Tue Aug 02 2022 15:17:41 GMT+0800 (China Standard Time)
5
5
  * ©2020 RongCloud, Inc. All rights reserved.
6
6
  */
7
7
  import { EventEmitter, RTCMode, IRuntime, RTCPluginContext, IJoinRTCRoomData, IReceivedMessage, ErrorCode, RTCJoinType, IRTCUserData, KVString, IServerRTCRoomEntry, LogLevel, IRTCJoinedInfo, IPluginGenerator } from '@rongcloud/engine';
@@ -2409,6 +2409,7 @@ declare class RCRTCPeerConnection extends EventEmitter {
2409
2409
  private _reTryExchangeTimer;
2410
2410
  private _reportStatsTimer;
2411
2411
  private _reportR3R4ToPolarisTimer;
2412
+ private _isDestroyed;
2412
2413
  constructor(
2413
2414
  /**
2414
2415
  * peerConnection 对应名称
@@ -2483,6 +2484,7 @@ declare class RCRTCPeerConnection extends EventEmitter {
2483
2484
  getRTCPeerConn(): RTCPeerConnection;
2484
2485
  destroy(): void;
2485
2486
  clearReTryExchangeTimer(): void;
2487
+ isDestroyed(): boolean;
2486
2488
  }
2487
2489
 
2488
2490
  interface IRCTrackBitrate {