@hysc/meeting 4.0.48 → 4.0.51

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.
@@ -75,6 +75,7 @@ export default class BMRoom {
75
75
  * 会控底层相关处理, 比如是否取消自动拉流
76
76
  */
77
77
  private meetingControlOptions;
78
+ get isSingleColumns(): boolean;
78
79
  /**
79
80
  * 传递信息用的,主要是用于message信令往上层业务发送消息
80
81
  */
@@ -477,6 +478,11 @@ export default class BMRoom {
477
478
  * @return {Promise}
478
479
  */
479
480
  setAudioOff(audiooff: boolean, selfopenaudio: boolean): Promise<any>;
481
+ /**
482
+ * 更新房间状态
483
+ * @param opts
484
+ */
485
+ updateRoom(opts: any): Promise<void>;
480
486
  /**
481
487
  * 设置全员禁用摄像头
482
488
  * @param {Boolean} videooff - 是否禁用摄像头
@@ -602,6 +608,13 @@ export default class BMRoom {
602
608
  * @param userId
603
609
  */
604
610
  managerChangeToGuest(userId: string): void;
611
+ /**
612
+ * 将用户移动到等候室
613
+ * @param target 用户id
614
+ * @param toWait 是否移动到等候室
615
+ * @param autoJoin 是否自动准入
616
+ */
617
+ moveUserRoom(target: string, toWait?: boolean, autoJoin?: boolean): Promise<any>;
605
618
  /**
606
619
  * 获取业务端是否开启参会者进入/离开直播通知
607
620
  * @param status