Kaynağa Gözat

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

dev1
damencho 6 yıl önce
ebeveyn
işleme
c902f49290
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      JitsiConference.js

+ 1
- 1
JitsiConference.js Dosyayı Görüntüle

@@ -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,

Loading…
İptal
Kaydet