|
@@ -74,7 +74,7 @@ Moderator.prototype.isSipGatewayEnabled = function () {
|
74
|
74
|
Moderator.prototype.onMucMemberLeft = function (jid) {
|
75
|
75
|
logger.info("Someone left is it focus ? " + jid);
|
76
|
76
|
var resource = Strophe.getResourceFromJid(jid);
|
77
|
|
- if (resource === 'focus' && !this.xmppService.sessionTerminated) {
|
|
77
|
+ if (resource === 'focus') {
|
78
|
78
|
logger.info(
|
79
|
79
|
"Focus has left the room - leaving conference");
|
80
|
80
|
this.eventEmitter.emit(XMPPEvents.FOCUS_LEFT);
|