@hysc/meeting 4.0.43 → 4.0.45

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
  */
@@ -213,7 +213,7 @@ export default class BMStreamModelVM {
213
213
  * 添加流对象到录制器,用于音频轨道录制
214
214
  * @param stream
215
215
  */
216
- addToRecorder(stream: any): void;
216
+ addToRecorder(stream: SingleStream): void;
217
217
  /**
218
218
  * 从录制器中删除流对象
219
219
  * @param stream
@@ -125,10 +125,6 @@ export default class BMUserVM {
125
125
  * 初始化所有的用户
126
126
  */
127
127
  initUsers(): Promise<void>;
128
- /**
129
- * 拉取bloud全量用户
130
- * @param pullQueue
131
- */
132
128
  /**
133
129
  * 把bloud用户转化为当前的BMUser 和创建对应的BMStreamModel
134
130
  * @param page