浏览代码

fix: missing duration timer for lobby participants

dev1
Bettenbuk Zoltan 5 年前
父节点
当前提交
6d28e818f5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      modules/xmpp/xmpp.js

+ 1
- 1
modules/xmpp/xmpp.js 查看文件

764
 
764
 
765
         if (!(from === this.speakerStatsComponentAddress
765
         if (!(from === this.speakerStatsComponentAddress
766
             || from === this.conferenceDurationComponentAddress)) {
766
             || from === this.conferenceDurationComponentAddress)) {
767
-            return;
767
+            return true;
768
         }
768
         }
769
 
769
 
770
         const jsonMessage = $(msg).find('>json-message')
770
         const jsonMessage = $(msg).find('>json-message')

正在加载...
取消
保存