Selaa lähdekoodia

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

master
bgrozev 9 vuotta sitten
vanhempi
commit
a39b742c67
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      JitsiConference.js

+ 1
- 1
JitsiConference.js Näytä tiedosto

1073
     conference.rtc.addListener(RTCEvents.DATA_CHANNEL_OPEN, function () {
1073
     conference.rtc.addListener(RTCEvents.DATA_CHANNEL_OPEN, function () {
1074
         var now = window.performance.now();
1074
         var now = window.performance.now();
1075
         logger.log("(TIME) data channel opened ", now);
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
     conference.rtc.addListener(RTCEvents.LASTN_CHANGED, function (oldValue, newValue) {
1079
     conference.rtc.addListener(RTCEvents.LASTN_CHANGED, function (oldValue, newValue) {

Loading…
Peruuta
Tallenna