Disables stats logging in FF.

This commit is contained in:
George Politis 2015-05-20 16:27:10 +02:00
parent bf99a129bd
commit 118a61c416
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ StatsCollector.prototype.start = function ()
);
}
if (config.logStats) {
if (config.logStats && !navigator.mozGetUserMedia) {
this.gatherStatsIntervalId = setInterval(
function () {
self.peerconnection.getStats(