quickvo-sdk-js 0.8.0 → 0.8.1

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 CHANGED
@@ -7214,8 +7214,8 @@ class CallsWebSocket {
7214
7214
  // 是否需要重连
7215
7215
  at(this, Pt, (I) => {
7216
7216
  let a = !0;
7217
- const { code: E = 1e3, reason: _ = "" } = I;
7218
- return E === 1e3 && (_ === "quit success!" || _ === "replace old connection!") && (a = !1), a;
7217
+ const { code: E = 1e3 } = I;
7218
+ return E === 1e3 && (a = !1), a;
7219
7219
  });
7220
7220
  // 重连成功
7221
7221
  at(this, Lt, async (I) => {