@hysc/meeting 3.0.26 → 3.0.27

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.
@@ -82,6 +82,7 @@ export default class BMRoom {
82
82
  roomInfo: BMRoomInfo;
83
83
  localUser: BMUser;
84
84
  bmLiveVM: BMLiveVM;
85
+ isInWaitRoom: boolean;
85
86
  constructor({ initDevices }?: BMRoomProps);
86
87
  /**
87
88
  * 初始化底层会控相关
@@ -73,4 +73,5 @@ export declare function sortStreamModelsOrUser<T extends BMUser | BMStreamModel>
73
73
  */
74
74
  export declare function getIsCommonUser(permission: string): boolean;
75
75
  export declare function getIsManager(permission: string): boolean;
76
+ export declare function getIsMaster(permission: string): boolean;
76
77
  export declare function getPermission(permission: string, p: string): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hysc/meeting",
3
- "version": "3.0.26",
3
+ "version": "3.0.27",
4
4
  "description": "boom meeting",
5
5
  "main": "umd/index.js",
6
6
  "module": "esm/index.js",
@@ -14,7 +14,7 @@
14
14
  "author": "yangliye",
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
- "@hysc/core": "3.0.23",
17
+ "@hysc/core": "3.0.24",
18
18
  "lodash-es": "^4.17.21",
19
19
  "mitt": "^3.0.0",
20
20
  "@hysc/p-queue": "6.3.0",
@@ -23,7 +23,7 @@
23
23
  "@hysc/utils": "1.2.0"
24
24
  },
25
25
  "peerDependencies": {
26
- "@hysc/core": "3.0.23"
26
+ "@hysc/core": "3.0.24"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/lodash-es": "^4.17.6"