aliyun-rtc-sdk 7.0.0-beta.2 → 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 +5704 -14019
- package/dist/aliyun-rtc-sdk.umd.js +17 -30
- package/dist/types/index.d.ts +3 -4
- 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;
|
|
@@ -2490,10 +2491,10 @@ declare enum CONNECTSTATUS {
|
|
|
2490
2491
|
declare interface DeviceStatus {
|
|
2491
2492
|
micOpen: boolean;
|
|
2492
2493
|
micInterrupted: boolean;
|
|
2493
|
-
cameraOpen: boolean;
|
|
2494
|
-
screenShare: boolean;
|
|
2495
2494
|
audioDisable: boolean;
|
|
2495
|
+
cameraOpen: boolean;
|
|
2496
2496
|
videoDisable: boolean;
|
|
2497
|
+
screenShare: boolean;
|
|
2497
2498
|
screenDisable: boolean;
|
|
2498
2499
|
backgroundMode: boolean;
|
|
2499
2500
|
accompanyPlaying: boolean;
|
|
@@ -2714,7 +2715,6 @@ declare class LocalUser extends User {
|
|
|
2714
2715
|
static logName: string;
|
|
2715
2716
|
private _url;
|
|
2716
2717
|
private joinTime;
|
|
2717
|
-
private _isPublishing;
|
|
2718
2718
|
private publishPromise;
|
|
2719
2719
|
private previewElements;
|
|
2720
2720
|
private screenPreviewElements;
|
|
@@ -3864,7 +3864,6 @@ declare class RtsManager extends default_2<RtsManagerEventListener> {
|
|
|
3864
3864
|
private audioRedEnabled;
|
|
3865
3865
|
private localStreamManager;
|
|
3866
3866
|
private slsReporter;
|
|
3867
|
-
private _rtsReconnecting;
|
|
3868
3867
|
private _rtsPeerConnectionType;
|
|
3869
3868
|
private connecting;
|
|
3870
3869
|
private connected;
|