aliyun-rtc-sdk 7.0.0-beta.3 → 7.0.0

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.
@@ -2413,6 +2413,7 @@ declare interface BizControlListener {
2413
2413
  userId: string;
2414
2414
  volume: number;
2415
2415
  }[]) => void;
2416
+ remoteUserJoin: (uid: string, elapseSinceLastJoin: number) => void;
2416
2417
  rtcLocalVideoStats: (stats: AliRtcLocalVideoStats[]) => void;
2417
2418
  rtcLocalAudioStats: (stats: AliRtcLocalAudioStats[]) => void;
2418
2419
  rtcRemoteVideoStats: (stats: AliRtcRemoteVideoStats[]) => void;
@@ -3863,7 +3864,6 @@ declare class RtsManager extends default_2<RtsManagerEventListener> {
3863
3864
  private audioRedEnabled;
3864
3865
  private localStreamManager;
3865
3866
  private slsReporter;
3866
- private _rtsReconnecting;
3867
3867
  private _rtsPeerConnectionType;
3868
3868
  private connecting;
3869
3869
  private connected;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aliyun-rtc-sdk",
3
- "version": "7.0.0-beta.3",
3
+ "version": "7.0.0",
4
4
  "type": "module",
5
5
  "description": "rtc web sdk of aliyun",
6
6
  "main": "dist/aliyun-rtc-sdk.umd.js",