The recently released version of Chrome (version 21) has officially added webcam and microphone support through the availability of a new JavaScript method called getUserMedia(). The idea is that your JavaScript code requests access to a user’s webcam and/or microphone. Google Chrome will prompt [...]