Explorar el Código

Fixes a bug reported by Pawel Domas.

master
bgrozev hace 10 años
padre
commit
9a31fa3d63
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      modules/statistics/RTPStatsCollector.js

+ 1
- 1
modules/statistics/RTPStatsCollector.js Ver fichero

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

Loading…
Cancelar
Guardar