Parcourir la source

Disables stats logging in FF.

j8
George Politis il y a 10 ans
Parent
révision
118a61c416
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      modules/statistics/RTPStatsCollector.js

+ 1
- 1
modules/statistics/RTPStatsCollector.js Voir le fichier

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

Chargement…
Annuler
Enregistrer