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.
- package/dist/aliyun-rtc-sdk.es.js +5696 -14005
- package/dist/aliyun-rtc-sdk.umd.js +17 -30
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -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;
|