Skip to content

Commit

Permalink
correct display name in analytics dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
brajendrak00068 committed Jan 6, 2024
1 parent afbf170 commit 217eaed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dist/esm/modules/RTCStats/RTCStats.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ class RTCStats {
* @returns {void}
*/
start(conference) {
const { options: { config: confConfig = {}, name: confName = '' } = {}, _statsCurrentId: displayName = '' } = conference;
const { options: { config: confConfig = {}, name: confName = '' } = {}, _statsCurrentId: displayName1 = '' } = conference;
let displayName = conference.connection.user.name;
let { analytics: { rtcstatsEnabled = false, rtcstatsEndpoint: endpoint = '', rtcstatsUseLegacy: useLegacy = false } = {} } = confConfig;
if (conference.options.connection.isDev) {
endpoint = "wss://rtcstats-server.dev.sariska.io/";
Expand Down
2 changes: 1 addition & 1 deletion dist/umd/sariska-media-transport.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/umd/sariska-media-transport.min.map

Large diffs are not rendered by default.

0 comments on commit 217eaed

Please sign in to comment.