浏览代码

Fixes a bug reported by Pawel Domas.

master
bgrozev 10 年前
父节点
当前提交
9a31fa3d63
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      modules/statistics/RTPStatsCollector.js

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

4
 
4
 
5
 /* Whether we support the browser we are running into for logging statistics */
5
 /* Whether we support the browser we are running into for logging statistics */
6
 var browserSupported = RTCBrowserType.isChrome() ||
6
 var browserSupported = RTCBrowserType.isChrome() ||
7
-    RTCBrowserType.isChrome();
7
+    RTCBrowserType.isOpera();
8
 /**
8
 /**
9
  * Calculates packet lost percent using the number of lost packets and the
9
  * Calculates packet lost percent using the number of lost packets and the
10
  * number of all packet.
10
  * number of all packet.

正在加载...
取消
保存