getStats
getStats copied to clipboard
Maximu call stack exceeded on chrome 63
On invoking the window.getStats function, the error maximum call stack exceeded is thrown.
Code:
function callback (r) {
console.log(r.bandwidth.speed);
}
console.log(window.getStats);
window.getStats(mediaStream.getTracks()[0], callback, 2000);