@hysc/meeting 1.6.7 → 1.6.9

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hysc/meeting",
3
- "version": "1.6.7",
3
+ "version": "1.6.9",
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": "1.6.2",
17
+ "@hysc/core": "1.6.3",
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": "0.1.0"
24
24
  },
25
25
  "peerDependencies": {
26
- "@hysc/core": "1.6.2"
26
+ "@hysc/core": "1.6.3"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/lodash-es": "^4.17.6"
@@ -229,10 +229,6 @@ export default class BMStreamModel {
229
229
  */
230
230
  collectAudioLevel(): void;
231
231
  private handleAudioLevel;
232
- /**
233
- * 关闭音频音量检测
234
- */
235
- close(): void;
236
232
  checkVideo(): void;
237
233
  /**
238
234
  * 播放黑窗处理,主要是做一个容错处理,又可能这股流拉下来或者存在订阅就出现问题的情况