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.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aliyun-rtc-sdk",
3
- "version": "7.0.0-beta.2",
3
+ "version": "7.0.0-beta.3",
4
4
  "type": "module",
5
5
  "description": "rtc web sdk of aliyun",
6
6
  "main": "dist/aliyun-rtc-sdk.umd.js",