getStats icon indicating copy to clipboard operation
getStats copied to clipboard

Maximu call stack exceeded on chrome 63

Open lightbringer2994 opened this issue 7 years ago • 0 comments

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);

lightbringer2994 avatar Jan 23 '18 16:01 lightbringer2994