Fixes a bug reported by Pawel Domas.

This commit is contained in:
bgrozev 2015-08-04 09:26:16 -05:00
parent fd44cfa7a0
commit 9a31fa3d63
1 changed files with 1 additions and 1 deletions

View File

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