Fixes a bug reported by Pawel Domas.
This commit is contained in:
parent
fd44cfa7a0
commit
9a31fa3d63
|
@ -4,7 +4,7 @@ var RTCBrowserType = require("../RTC/RTCBrowserType");
|
||||||
|
|
||||||
/* Whether we support the browser we are running into for logging statistics */
|
/* Whether we support the browser we are running into for logging statistics */
|
||||||
var browserSupported = RTCBrowserType.isChrome() ||
|
var browserSupported = RTCBrowserType.isChrome() ||
|
||||||
RTCBrowserType.isChrome();
|
RTCBrowserType.isOpera();
|
||||||
/**
|
/**
|
||||||
* Calculates packet lost percent using the number of lost packets and the
|
* Calculates packet lost percent using the number of lost packets and the
|
||||||
* number of all packet.
|
* number of all packet.
|
||||||
|
|
Loading…
Reference in New Issue