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

Getting audio and video (question) #50

Open gustavoca opened 9 years ago

gustavoca commented 9 years ago

hello i wanted to test your code, but i have a little question first, can i get audio aswell?

i ask since on your demo project i see the audio: false option with comment //OTHERWISE FF nightlxy throws an NOT IMPLEMENTED error

what i want to acomplish is to get a solid "webrtc" connection trhough IE. Thanks!

eucalyp commented 9 years ago

Same question.