@hysc/meeting 6.1.6 → 6.1.7

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.
@@ -150,14 +150,17 @@ export default class BMRoomInfo {
150
150
  totalUserWatcher: BehaviorSubject<number>;
151
151
  totalWaitRoomUserWatcher: BehaviorSubject<number>;
152
152
  isOpenWaitRoom: Subject<boolean>;
153
- constructor();
153
+ constructor(room: BMRoom);
154
154
  get roomName(): string;
155
155
  /**
156
156
  * 判断是不是大房间使用
157
157
  */
158
158
  get isBigRoom(): boolean;
159
+ /**
160
+ * 会议开始时间
161
+ */
162
+ get startup(): number;
159
163
  setup(info: any): void;
160
- bindRoom(room: BMRoom): void;
161
164
  initCustomStats(customStats: any): void;
162
165
  updateOperationPermission(stats: any): void;
163
166
  private handleInitParams;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hysc/meeting",
3
- "version": "6.1.6",
3
+ "version": "6.1.7",
4
4
  "description": "boom meeting",
5
5
  "main": "umd/index.js",
6
6
  "module": "esm/index.js",
@@ -19,13 +19,13 @@
19
19
  "@hysc/p-queue": "6.3.0",
20
20
  "rxjs": "^7.5.5",
21
21
  "typescript": "^4.6.3",
22
- "@hysc/bloud": "6.1.6",
22
+ "@hysc/bloud": "6.1.7",
23
+ "@hysc/core": "6.1.7",
23
24
  "@hysc/utils": "6.1.0",
24
- "@hysc/core": "6.1.6",
25
25
  "@hysc/logger": "1.0.0"
26
26
  },
27
27
  "peerDependencies": {
28
- "@hysc/core": "6.1.6"
28
+ "@hysc/core": "6.1.7"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/lodash-es": "^4.17.6"