|
|
@@ -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) {
|