Przeglądaj źródła

fix(JitsiConference): stop sending media stats on call ended

dev1
paweldomas 9 lat temu
rodzic
commit
47b258cb33
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4
    0
      JitsiConference.js

+ 4
- 0
JitsiConference.js Wyświetl plik

@@ -865,6 +865,10 @@ function (jingleSession, jingleOffer, now) {
865 865
 JitsiConference.prototype.onCallEnded
866 866
 = function (JingleSession, reasonCondition, reasonText) {
867 867
     logger.info("Call ended: " + reasonCondition + " - " + reasonText);
868
+    // Stop the stats
869
+    if (this.statistics) {
870
+        this.statistics.stopRemoteStats();
871
+    }
868 872
 };
869 873
 
870 874
 

Ładowanie…
Anuluj
Zapisz