@hysc/meeting 3.0.8 → 3.0.10
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.
|
@@ -241,5 +241,12 @@ export default class BMStreamModelVM {
|
|
|
241
241
|
*/
|
|
242
242
|
getHTMLMediaStream: typeof getHTMLMediaStreamOptions;
|
|
243
243
|
getMediaStream: typeof getMediaStreamInfo;
|
|
244
|
+
/**
|
|
245
|
+
* brtc断网重连之后,不知道在断网期间有那些用户取消了推流,
|
|
246
|
+
* 然后如果是brtc的ws没重连上,然后自己走的重新入会重连的话,就会导致
|
|
247
|
+
* 可能存在本地的流有一部分可能是不存在的流了,这个方法就是在重连入会之后
|
|
248
|
+
* 把所有远端流清空
|
|
249
|
+
*/
|
|
250
|
+
resetAllRemoteStream(): void;
|
|
244
251
|
clearCache(): void;
|
|
245
252
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hysc/meeting",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.10",
|
|
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": "3.0.
|
|
17
|
+
"@hysc/core": "3.0.8",
|
|
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.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"@hysc/core": "3.0.
|
|
26
|
+
"@hysc/core": "3.0.8"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/lodash-es": "^4.17.6"
|