Преглед изворни кода

fix(JitsiConference): stop CallStats on 'session-terminate'

dev1
paweldomas пре 9 година
родитељ
комит
3167062b5f
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1
    0
      JitsiConference.js

+ 1
- 0
JitsiConference.js Прегледај датотеку

@@ -868,6 +868,7 @@ JitsiConference.prototype.onCallEnded
868 868
     // Stop the stats
869 869
     if (this.statistics) {
870 870
         this.statistics.stopRemoteStats();
871
+        this.statistics.stopCallStats();
871 872
     }
872 873
     // Current JingleSession is invalid so set it to null on the room
873 874
     this.room.setJingleSession(null);

Loading…
Откажи
Сачувај