浏览代码

Fixes obtaining hosts.domain from the correct options, from JitsiConn.

dev1
damencho 6 年前
父节点
当前提交
c902f49290
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      JitsiConference.js

+ 1
- 1
JitsiConference.js 查看文件

@@ -303,7 +303,7 @@ JitsiConference.prototype._init = function(options = {}) {
303 303
 
304 304
         this.statistics = new Statistics(this.xmpp, {
305 305
             callStatsAliasName,
306
-            confID: config.confID || `${config.hosts.domain}/${this.options.name}`,
306
+            confID: config.confID || `${this.connection.options.hosts.domain}/${this.options.name}`,
307 307
             customScriptUrl: config.callStatsCustomScriptUrl,
308 308
             callStatsID: config.callStatsID,
309 309
             callStatsSecret: config.callStatsSecret,

正在加载...
取消
保存