Capturing Microphone Input Through Html5
If I get it right, this will be achieved through the HTML5 JavaScript API navigator.getUserMedia() in the future. As of this date, what browsers support it? Beta, alpha, build from
Solution 1:
https://labs.ericsson.com/apis/web-real-time-communication/documentation
This is the only documentation at the time. Only for a certain browser. No major browser supports it.
Post a Comment for "Capturing Microphone Input Through Html5"