Disables stats logging in FF.
This commit is contained in:
parent
bf99a129bd
commit
118a61c416
|
@ -294,7 +294,7 @@ StatsCollector.prototype.start = function ()
|
|||
);
|
||||
}
|
||||
|
||||
if (config.logStats) {
|
||||
if (config.logStats && !navigator.mozGetUserMedia) {
|
||||
this.gatherStatsIntervalId = setInterval(
|
||||
function () {
|
||||
self.peerconnection.getStats(
|
||||
|
|
Loading…
Reference in New Issue