vani-meeting-client 1.9.5 → 1.9.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.
|
@@ -122,6 +122,7 @@ var CommunicationHandler = /** @class */ (function () {
|
|
|
122
122
|
case 0:
|
|
123
123
|
this.videoCallHandler = undefined;
|
|
124
124
|
this.allTracks = this.allTracks.filter(function (eachTrack) { return eachTrack.isLocalTrack === true; });
|
|
125
|
+
this.meetingStartRequest && this.meetingStartRequest.logLevel === LogLevel.Debug && console.log("reloadSFUCleanUpDone", this.allTracks);
|
|
125
126
|
return [4 /*yield*/, ((_a = this.meetingHandler) === null || _a === void 0 ? void 0 : _a.recreateVideoCallHandler())];
|
|
126
127
|
case 1:
|
|
127
128
|
videoCallHandler = _b.sent();
|