> navigator.webkitGetUserMedia({'audio': true, 'video': true}, function (stream) {v=document.createElement('video'); v.src=webkitURL.createObjectURL(stream); document.getElementsByTagName('body')[0].appendChild(v);v.play();})
--
--
--
To avoid surprising our users with "echo", the local stream should be muted by default. If you still hear echo, this auto mute functionality seems to not work on your machine.
--
> navigator.webkitGetUserMedia({'audio': true, 'video': true}, function (stream) {v=document.createElement('video'); v.src=webkitURL.createObjectURL(stream); document.getElementsByTagName('body')[0].appendChild(v);v.play();})