vani-meeting-client 2.2.3-beta5 → 2.2.3-beta6
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.
|
@@ -108,7 +108,6 @@ var WebrtcHandler = /** @class */ (function (_super) {
|
|
|
108
108
|
case 0:
|
|
109
109
|
selfParticpant = this.communicationHandler.getSelfParticipant();
|
|
110
110
|
console.log(selfParticpant);
|
|
111
|
-
debugger;
|
|
112
111
|
if (!(selfParticpant.userId !== participant.userId && !selfParticpant.getPeerConnections().has(participant.userId))) return [3 /*break*/, 2];
|
|
113
112
|
console.log("onUserJoined ", participant);
|
|
114
113
|
isOfferInitParticipant = this.isOfferInitParticipant(participant);
|
|
@@ -611,6 +611,7 @@ var WebsocketHandler = /** @class */ (function (_super) {
|
|
|
611
611
|
}
|
|
612
612
|
};
|
|
613
613
|
WebsocketHandler.prototype.isVideoCallControllerMessageType = function (type) {
|
|
614
|
+
console.log("isVideoCallControllerMessageType", type);
|
|
614
615
|
if (Object.values(SFUMessageType).includes(type)) {
|
|
615
616
|
return true;
|
|
616
617
|
}
|