addyosmani / getUserMedia.js

Shim for getUserMedia(). Uses native implementation for modern browsers and a Flash fallback for everyone else.
MIT License
903 stars 158 forks source link

Firefox deprecated navigator.getUserMedia #57

Open osdiab opened 8 years ago

osdiab commented 8 years ago

Source: https://developer.mozilla.org/en-US/docs/Web/API/Navigator/getUserMedia

They replaced it with navigator.mediaDevices.getUserMedia. This project should check against that API.

notgiorgi commented 8 years ago

Also, as far as I know, using getUserMedia.js one can only take 640x480 photos, while even 1920x1080 is supported by navigator.mediaDevices.getUserMedia.

Though, navigator.mediaDevices.getUserMedia is not fully supported in may browsers, https://github.com/webrtc/adapter adapter takes care of it.