Skip to content

Commit

Permalink
Update JitsiConference.js
Browse files Browse the repository at this point in the history
Rollback invalid rename,
  • Loading branch information
Romick2005 authored Feb 23, 2024
1 parent ce048ef commit 95b5874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JitsiConference.js
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ JitsiConference.prototype._init = function(options = {}) {
userName: config.statisticsDisplayName ? config.statisticsDisplayName : this.myUserId(),
confID: config.confID || `${this.connection.options.hosts.domain}/${this.options.name}`,
siteID: config.siteID,
name: this.options.name,
roomName: this.options.name,
applicationName: config.applicationName
});
Statistics.analytics.addPermanentProperties({
Expand Down

0 comments on commit 95b5874

Please sign in to comment.