Преглед на файлове

fix(visitors): When conference is not live always fire the event.

master
damencho преди 6 месеца
родител
ревизия
006b25e47f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      modules/xmpp/moderator.js

+ 1
- 1
modules/xmpp/moderator.js Целия файл

@@ -401,7 +401,7 @@ export default class Moderator extends Listenable {
401 401
         this.sipGatewayEnabled = conferenceRequest.properties.sipGatewayEnabled;
402 402
         logger.info(`Sip gateway enabled: ${this.sipGatewayEnabled}`);
403 403
 
404
-        if (conferenceRequest.properties.live === 'false' && this.options.preferVisitor) {
404
+        if (conferenceRequest.properties.live === 'false') {
405 405
             this.getNextTimeout(true);
406 406
 
407 407
             logger.info('Conference is not live.');

Loading…
Отказ
Запис