Browse Source

Fixes the key of the "data channe opened" entry.

master
bgrozev 9 years ago
parent
commit
a39b742c67
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      JitsiConference.js

+ 1
- 1
JitsiConference.js View File

@@ -1073,7 +1073,7 @@ function setupListeners(conference) {
1073 1073
     conference.rtc.addListener(RTCEvents.DATA_CHANNEL_OPEN, function () {
1074 1074
         var now = window.performance.now();
1075 1075
         logger.log("(TIME) data channel opened ", now);
1076
-        conference.room.connectionTimes["session.initiate"] = now;
1076
+        conference.room.connectionTimes["data.channel.opened"] = now;
1077 1077
     });
1078 1078
 
1079 1079
     conference.rtc.addListener(RTCEvents.LASTN_CHANGED, function (oldValue, newValue) {

Loading…
Cancel
Save