Fixes a bug reported by Pawel Domas.

pull/334/head 594
bgrozev 10 years ago
parent fd44cfa7a0
commit 9a31fa3d63
  1. 2
      modules/statistics/RTPStatsCollector.js

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

Loading…
Cancel
Save