Disables RTP stats when running on FF.

This commit is contained in:
George Politis 2015-05-15 15:36:29 +02:00
parent 2c9d0606c3
commit 36f91f7f1e
1 changed files with 1 additions and 1 deletions

View File

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