@hysc/meeting 4.0.56 → 4.0.58
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/esm/boom-meeting/src/BMRoom/BMRoomInfo.d.ts +1 -2
- package/esm/index.js +1 -1
- package/esm/index.js.map +2 -2
- package/esm/src/BMRoom/BMRoom.d.ts +639 -639
- package/esm/src/BMRoom/BMRoomInfo.d.ts +1 -2
- package/package.json +3 -3
- package/umd/boom-meeting/src/BMRoom/BMRoomInfo.d.ts +1 -2
- package/umd/index.js +1 -1
- package/umd/src/BMRoom/BMRoom.d.ts +4 -12
|
@@ -10,7 +10,7 @@ import { audioOffWatcherValue } from '../type';
|
|
|
10
10
|
import BMRoom from './BMRoom';
|
|
11
11
|
import BMUser from '../BMUser/BMUser';
|
|
12
12
|
import { CloudRecord, FilePermission } from "./BMRoomVM";
|
|
13
|
-
interface OperationCustomStats {
|
|
13
|
+
export interface OperationCustomStats {
|
|
14
14
|
/**
|
|
15
15
|
* 是否允许点赞 0 不可用 1可用
|
|
16
16
|
*/
|
|
@@ -212,4 +212,3 @@ export default class BMRoomInfo {
|
|
|
212
212
|
private setVideoRaiseHandsWatcherValue;
|
|
213
213
|
private setSimpleRaiseHandsWatcherValue;
|
|
214
214
|
}
|
|
215
|
-
export {};
|