|
|
@@ -757,8 +757,10 @@ function (jingleSession, jingleOffer, now) {
|
|
757
|
757
|
// Accept incoming call
|
|
758
|
758
|
this.room.setJingleSession(jingleSession);
|
|
759
|
759
|
this.room.connectionTimes["session.initiate"] = now;
|
|
|
760
|
+ // add info whether call is cross-region
|
|
760
|
761
|
Statistics.analytics.sendEvent("muc.idle",
|
|
761
|
|
- (now - this.room.connectionTimes["muc.joined"]));
|
|
|
762
|
+ (now - this.room.connectionTimes["muc.joined"]),
|
|
|
763
|
+ window.jitsiRegionInfo["CrossRegion"]);
|
|
762
|
764
|
try{
|
|
763
|
765
|
jingleSession.initialize(false /* initiator */,this.room);
|
|
764
|
766
|
} catch (error) {
|