@hysc/meeting 4.0.42 → 4.0.44

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
  */
@@ -165,6 +165,7 @@ export default class BMStreamModelVM {
165
165
  */
166
166
  private createStreamAndPublish;
167
167
  muteHandler(type: 'video' | 'audio'): Promise<void>;
168
+ unpublishStream(): Promise<void>;
168
169
  /**
169
170
  * 更改音视频状态或者取消发布
170
171
  * @param type 更改类型
@@ -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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hysc/meeting",
3
- "version": "4.0.42",
3
+ "version": "4.0.44",
4
4
  "description": "boom meeting",
5
5
  "main": "umd/index.js",
6
6
  "module": "esm/index.js",
@@ -14,7 +14,7 @@
14
14
  "author": "yangliye",
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
- "@hysc/core": "4.0.42",
17
+ "@hysc/core": "4.0.44",
18
18
  "lodash-es": "^4.17.21",
19
19
  "mitt": "^3.0.0",
20
20
  "@hysc/p-queue": "6.3.0",
@@ -23,7 +23,7 @@
23
23
  "@hysc/utils": "1.2.3"
24
24
  },
25
25
  "peerDependencies": {
26
- "@hysc/core": "4.0.42"
26
+ "@hysc/core": "4.0.44"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/lodash-es": "^4.17.6"
@@ -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
  */
@@ -165,6 +165,7 @@ export default class BMStreamModelVM {
165
165
  */
166
166
  private createStreamAndPublish;
167
167
  muteHandler(type: 'video' | 'audio'): Promise<void>;
168
+ unpublishStream(): Promise<void>;
168
169
  /**
169
170
  * 更改音视频状态或者取消发布
170
171
  * @param type 更改类型
@@ -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