@hysc/meeting 4.0.36 → 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.
@@ -189,8 +189,8 @@ export default class BMStreamModelVM {
189
189
  /**
190
190
  * 排序变化之后的处理逻辑
191
191
  */
192
- updateUserSort: import("lodash-es").DebouncedFunc<() => void>;
193
- updateModelSort: import("lodash-es").DebouncedFunc<() => void>;
192
+ updateUserSort: any;
193
+ updateModelSort: any;
194
194
  handleNoContainer: (info: NoPlayerContainer) => void;
195
195
  /**
196
196
  * 创建canvas,目的是为了捕获空track流,给brtc使用
@@ -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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hysc/meeting",
3
- "version": "4.0.36",
3
+ "version": "4.0.37",
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.36",
17
+ "@hysc/core": "4.0.37",
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.36"
26
+ "@hysc/core": "4.0.37"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/lodash-es": "^4.17.6"
@@ -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