vani-meeting-client 1.0.7 → 1.0.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.
|
@@ -403,7 +403,7 @@ var WebsocketHandler = /** @class */ (function (_super) {
|
|
|
403
403
|
}
|
|
404
404
|
else if (type === WebSocketBasicEvents.OnParticipantUpdated) {
|
|
405
405
|
if (data) {
|
|
406
|
-
(_d = this.communicationHandler) === null || _d === void 0 ? void 0 : _d.addParticipantIfNotExist(data, true);
|
|
406
|
+
(_d = this.communicationHandler) === null || _d === void 0 ? void 0 : _d.addParticipantIfNotExist(data.message, true);
|
|
407
407
|
}
|
|
408
408
|
}
|
|
409
409
|
else if (type === WebSocketBasicEvents.OnUserLeft) {
|