瀏覽代碼

Disables RTP stats when running on FF.

j8
George Politis 10 年之前
父節點
當前提交
36f91f7f1e
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      modules/statistics/RTPStatsCollector.js

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

@@ -260,7 +260,7 @@ StatsCollector.prototype.start = function ()
260 260
         );
261 261
     }
262 262
 
263
-    if(!config.disableStats) {
263
+    if(!config.disableStats && !navigator.mozGetUserMedia) {
264 264
         this.statsIntervalId = setInterval(
265 265
             function () {
266 266
                 // Interval updates

Loading…
取消
儲存