Disables RTP stats when running on FF.

pull/299/head
George Politis 10 years ago
parent 2c9d0606c3
commit 36f91f7f1e
  1. 2
      modules/statistics/RTPStatsCollector.js

@ -260,7 +260,7 @@ StatsCollector.prototype.start = function ()
);
}
if(!config.disableStats) {
if(!config.disableStats && !navigator.mozGetUserMedia) {
this.statsIntervalId = setInterval(
function () {
// Interval updates

Loading…
Cancel
Save