quickvo-sdk-js 0.7.8 → 0.7.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/dist/index.js +1 -1
- package/dist/index.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9185,7 +9185,7 @@ class QuickVO extends Room {
|
|
|
9185
9185
|
const { state: _ } = E.data;
|
|
9186
9186
|
if (_ === "closed") {
|
|
9187
9187
|
const { roomId: k, userId: e } = this.options, n = { roomId: k, user: { id: e } };
|
|
9188
|
-
this.cwsIns.sendMessage({ event: "quitRoom", data: n }), this.cwsIns.close();
|
|
9188
|
+
this.cwsIns.sendMessage({ event: "quitRoom", data: n }), this.cwsIns.close(), this.reportLogs("webrtc_c_timeout", "webrtc state is closed.");
|
|
9189
9189
|
}
|
|
9190
9190
|
};
|
|
9191
9191
|
this.cwsIns.addNotify({ event: "onRoomState", callback: a }, !0);
|