HTML5-API-demos icon indicating copy to clipboard operation
HTML5-API-demos copied to clipboard

Update the getUserMedia API article and Demo

Open jarvisdev opened this issue 5 years ago • 0 comments

When I try to run the demo on the provided link I get some errors and warnings on the console when I click Play Demo button.

On clicking Play Demo Button: Warning:(line no. 82 getusermedia-api-demo.html) navigator.mozGetUserMedia has been replaced by navigator.mediaDevices.getUserMedia Error:(line no. 89 getusermedia-api-demo.html) TypeError: URL.createObjectURL: Argument 1 is not valid for any of the 1-argument overloads.

On clicking Stop Demo Button: Error:(line no. 100 getusermedia-api-demo.html) TypeError: videoStream.stop is not a function

jarvisdev avatar May 03 '20 17:05 jarvisdev