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

Support for Promise interface #58

Open osdiab opened 8 years ago

osdiab commented 8 years ago

As is followed by the Firefox implementation of navigator.mediaDevices.getUserMedia, and is rapidly becoming the norm for asynchronous use as ES6 is introduced.