Disables RTP stats when running on FF.
This commit is contained in:
parent
2c9d0606c3
commit
36f91f7f1e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue