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