vani-meeting-client 1.2.5 → 1.2.6
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.
|
@@ -291,9 +291,9 @@ var WebsocketHandler = /** @class */ (function (_super) {
|
|
|
291
291
|
this.wss.close(3005);
|
|
292
292
|
this.wss = undefined;
|
|
293
293
|
console.log("this.wss undefined reconnectOnInternetFailur ");
|
|
294
|
-
this.connection = ConnectionType.reconnect;
|
|
295
|
-
this.connect(true);
|
|
296
294
|
}
|
|
295
|
+
this.connection = ConnectionType.reconnect;
|
|
296
|
+
this.connect(true);
|
|
297
297
|
};
|
|
298
298
|
// private checkIfSocketConnected() {
|
|
299
299
|
// window.setTimeout(() => {
|