浏览代码

Disables stats logging in FF.

j8
George Politis 10 年前
父节点
当前提交
118a61c416
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      modules/statistics/RTPStatsCollector.js

+ 1
- 1
modules/statistics/RTPStatsCollector.js 查看文件

@@ -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(

正在加载...
取消
保存