vani-meeting-client 1.4.7 → 1.4.8
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.
|
@@ -451,6 +451,7 @@ var WebsocketHandler = /** @class */ (function (_super) {
|
|
|
451
451
|
};
|
|
452
452
|
WebsocketHandler.prototype.onSetupDone = function (data) {
|
|
453
453
|
var _a, _b, _c;
|
|
454
|
+
console.log("onSetupDone", this.meetingStartRequest);
|
|
454
455
|
if (!this.meetingStartRequest) {
|
|
455
456
|
return;
|
|
456
457
|
}
|