@hysc/meeting 4.0.58 → 4.0.59
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.
|
@@ -160,6 +160,7 @@ export default class BMRoomInfo {
|
|
|
160
160
|
bindRoom(room: BMRoom): void;
|
|
161
161
|
initCustomStats(customStats: any): void;
|
|
162
162
|
updateOperationPermission(stats: any): void;
|
|
163
|
+
updateCustomStats(stats: any): void;
|
|
163
164
|
private handleInitParams;
|
|
164
165
|
audioOffWatcher: Subject<audioOffWatcherValue>;
|
|
165
166
|
lockWatcher: BehaviorSubject<boolean>;
|