@hysc/meeting 4.0.35 → 4.0.37

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.
@@ -613,7 +613,7 @@ export default class BMRoom {
613
613
  * @param toWait 是否移动到等候室
614
614
  * @param autoJoin 是否自动准入
615
615
  */
616
- moveUserRoom(target: string, toWait: boolean, autoJoin: boolean): Promise<any>;
616
+ moveUserRoom(target: string, toWait?: boolean, autoJoin?: boolean): Promise<any>;
617
617
  /**
618
618
  * 获取业务端是否开启参会者进入/离开直播通知
619
619
  * @param status
@@ -116,9 +116,8 @@ export default class BMUserVM {
116
116
  updateSort: () => void;
117
117
  /**
118
118
  * 初始化所有的用户
119
- * @param total
120
119
  */
121
- initUsers(total: number): Promise<void>;
120
+ initUsers(): Promise<void>;
122
121
  /**
123
122
  * 拉取bloud全量用户
124
123
  * @param pullQueue