aliyun-rtc-sdk 7.0.0-beta.2 → 7.0.0-beta.3
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 +501 -507
- package/dist/aliyun-rtc-sdk.umd.js +9 -9
- package/dist/types/index.d.ts +2 -3
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -2490,10 +2490,10 @@ declare enum CONNECTSTATUS {
|
|
|
2490
2490
|
declare interface DeviceStatus {
|
|
2491
2491
|
micOpen: boolean;
|
|
2492
2492
|
micInterrupted: boolean;
|
|
2493
|
-
cameraOpen: boolean;
|
|
2494
|
-
screenShare: boolean;
|
|
2495
2493
|
audioDisable: boolean;
|
|
2494
|
+
cameraOpen: boolean;
|
|
2496
2495
|
videoDisable: boolean;
|
|
2496
|
+
screenShare: boolean;
|
|
2497
2497
|
screenDisable: boolean;
|
|
2498
2498
|
backgroundMode: boolean;
|
|
2499
2499
|
accompanyPlaying: boolean;
|
|
@@ -2714,7 +2714,6 @@ declare class LocalUser extends User {
|
|
|
2714
2714
|
static logName: string;
|
|
2715
2715
|
private _url;
|
|
2716
2716
|
private joinTime;
|
|
2717
|
-
private _isPublishing;
|
|
2718
2717
|
private publishPromise;
|
|
2719
2718
|
private previewElements;
|
|
2720
2719
|
private screenPreviewElements;
|