Skip to content

Commit

Permalink
fix(statistics) remove last vestiges of callstats
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Mar 25, 2024
1 parent bfbc99b commit c7d8a7a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 35 deletions.
1 change: 0 additions & 1 deletion JitsiConference.js
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,6 @@ JitsiConference.prototype._init = function(options = {}) {
aliasName: this._statsCurrentId,
userName: config.statisticsDisplayName ? config.statisticsDisplayName : this.myUserId(),
confID: config.confID || `${this.connection.options.hosts.domain}/${this.options.name}`,
siteID: config.siteID,
roomName: this.options.name,
applicationName: config.applicationName
});
Expand Down
34 changes: 0 additions & 34 deletions types/hand-crafted/modules/statistics/CallStats.d.ts

This file was deleted.

0 comments on commit c7d8a7a

Please sign in to comment.