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

add PeerConnection flash fallback #5

Open dynamicpacket opened 12 years ago

dynamicpacket commented 12 years ago

It would be great if this shim also instantiated the PeerConnection API though the flash fallback. This could lead to building more robust applications that would work seamlessly when all browsers finally support WebRTC.