vani-meeting-client 1.2.2 → 1.2.3
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.
|
@@ -413,6 +413,7 @@ var CommunicationHandler = /** @class */ (function () {
|
|
|
413
413
|
};
|
|
414
414
|
//Connection Recheck
|
|
415
415
|
CommunicationHandler.prototype.onIceCandidateDisconnected = function () {
|
|
416
|
+
console.log("onIceCandidateDisconnected", this.internetReachbilityTimeout);
|
|
416
417
|
if (this.internetReachbilityTimeout) {
|
|
417
418
|
return;
|
|
418
419
|
}
|
|
@@ -421,6 +422,7 @@ var CommunicationHandler = /** @class */ (function () {
|
|
|
421
422
|
CommunicationHandler.prototype.checkIfInternetReachable = function (count) {
|
|
422
423
|
var _this = this;
|
|
423
424
|
var _a;
|
|
425
|
+
console.log("checkIfInternetReachable pre", count);
|
|
424
426
|
if (!this.meetingStartRequest) {
|
|
425
427
|
(_a = this.meetingHandler) === null || _a === void 0 ? void 0 : _a.endAndDestory();
|
|
426
428
|
return;
|