vani-meeting-client 1.0.6 → 1.0.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.
|
@@ -133,6 +133,8 @@ var CommunicationHandler = /** @class */ (function () {
|
|
|
133
133
|
CommunicationHandler.prototype.addParticipantIfNotExist = function (participant, shouldInfrom) {
|
|
134
134
|
var _a;
|
|
135
135
|
if (shouldInfrom === void 0) { shouldInfrom = false; }
|
|
136
|
+
console.log("addParticipantIfNotExist", this.allParticipants);
|
|
137
|
+
console.log("addParticipantIfNotExist new user", participant);
|
|
136
138
|
var oldParticipant = this.participantByUserId(participant.userId);
|
|
137
139
|
if (oldParticipant) {
|
|
138
140
|
console.log("Old participant", oldParticipant);
|