vani-meeting-client 1.2.6 → 1.2.7
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.
|
@@ -454,15 +454,15 @@ var CommunicationHandler = /** @class */ (function () {
|
|
|
454
454
|
this.internetReachbilityTimeout = window.setTimeout(this.checkIfInternetReachable, 200, 0);
|
|
455
455
|
};
|
|
456
456
|
CommunicationHandler.prototype.onApiResponded = function (count) {
|
|
457
|
-
var _a
|
|
457
|
+
var _a;
|
|
458
458
|
console.log("onApiResponded", count);
|
|
459
459
|
if (this.isReachable === false) {
|
|
460
460
|
this.isReachable = true;
|
|
461
461
|
this.internetReachbilityTimeout = undefined;
|
|
462
|
-
if (count < 2 &&
|
|
463
|
-
|
|
464
|
-
}
|
|
465
|
-
(
|
|
462
|
+
// if (count < 2 && this.websocketCallHandler?.isWebScoketConnected()) {
|
|
463
|
+
// this.videoCallHandler?.reconnectedWithoutPing()
|
|
464
|
+
// }
|
|
465
|
+
(_a = this.videoCallHandler) === null || _a === void 0 ? void 0 : _a.reconnectedWithoutPing();
|
|
466
466
|
}
|
|
467
467
|
};
|
|
468
468
|
CommunicationHandler.prototype.cleanup = function () {
|