lightbringer2994

Results 1 issues of lightbringer2994

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