|
@@ -118,6 +118,9 @@ JitsiConferenceEventManager.prototype.setupChatRoomListeners = function () {
|
118
|
118
|
this.chatRoomForwarder.forward(XMPPEvents.ROOM_CONNECT_ERROR,
|
119
|
119
|
JitsiConferenceEvents.CONFERENCE_FAILED,
|
120
|
120
|
JitsiConferenceErrors.CONNECTION_ERROR);
|
|
121
|
+ this.chatRoomForwarder.forward(XMPPEvents.ROOM_CONNECT_NOT_ALLOWED_ERROR,
|
|
122
|
+ JitsiConferenceEvents.CONFERENCE_FAILED,
|
|
123
|
+ JitsiConferenceErrors.NOT_ALLOWED_ERROR);
|
121
|
124
|
|
122
|
125
|
this.chatRoomForwarder.forward(XMPPEvents.ROOM_MAX_USERS_ERROR,
|
123
|
126
|
JitsiConferenceEvents.CONFERENCE_FAILED,
|