quickvo-sdk-js 0.8.1 → 0.8.2
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/dist/index.js +3 -2
- package/dist/index.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7193,9 +7193,9 @@ class CallsWebSocket {
|
|
|
7193
7193
|
// 地址
|
|
7194
7194
|
debug: !1,
|
|
7195
7195
|
// 调试模式
|
|
7196
|
-
reconnectCount:
|
|
7196
|
+
reconnectCount: 1,
|
|
7197
7197
|
// 最大重连次数
|
|
7198
|
-
timeout:
|
|
7198
|
+
timeout: 20 * 1e3
|
|
7199
7199
|
});
|
|
7200
7200
|
at(this, Nt, "");
|
|
7201
7201
|
// 缓存登录凭证
|
|
@@ -9283,6 +9283,7 @@ class QuickVO extends Room {
|
|
|
9283
9283
|
* 重连停止
|
|
9284
9284
|
*/
|
|
9285
9285
|
at(this, ne, async () => {
|
|
9286
|
+
this.setRoomState("closed");
|
|
9286
9287
|
});
|
|
9287
9288
|
/**
|
|
9288
9289
|
* 添加 FrameRequestCallback
|