HTML5-API-demos
HTML5-API-demos copied to clipboard
Update the getUserMedia API article and Demo
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