Przeglądaj źródła

Disables stats logging in FF.

j8
George Politis 10 lat temu
rodzic
commit
118a61c416
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      modules/statistics/RTPStatsCollector.js

+ 1
- 1
modules/statistics/RTPStatsCollector.js Wyświetl plik

294
         );
294
         );
295
     }
295
     }
296
 
296
 
297
-    if (config.logStats) {
297
+    if (config.logStats && !navigator.mozGetUserMedia) {
298
         this.gatherStatsIntervalId = setInterval(
298
         this.gatherStatsIntervalId = setInterval(
299
             function () {
299
             function () {
300
                 self.peerconnection.getStats(
300
                 self.peerconnection.getStats(

Ładowanie…
Anuluj
Zapisz