@hysc/meeting 5.0.84 → 5.0.85

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": "5.0.84",
3
+ "version": "5.0.85",
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": "5.0.82",
17
+ "@hysc/core": "5.0.83",
18
18
  "@hysc/logger": "1.0.0",
19
19
  "lodash-es": "^4.17.21",
20
20
  "mitt": "^3.0.0",
@@ -24,7 +24,7 @@
24
24
  "@hysc/utils": "1.2.4"
25
25
  },
26
26
  "peerDependencies": {
27
- "@hysc/core": "5.0.82"
27
+ "@hysc/core": "5.0.83"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/lodash-es": "^4.17.6"
@@ -109,6 +109,7 @@ export default class BMRoom {
109
109
  brtcNetEnableWatcher: Subject<boolean>;
110
110
  autoPlayAudio: boolean;
111
111
  audioPlayer: AudioPlay;
112
+ private pubFailedTimer;
112
113
  get isSingleColumns(): boolean;
113
114
  /**
114
115
  * 传递信息用的,主要是用于message信令往上层业务发送消息