Is there any way this function works with HTTP / Google Chrome?
function getPermisson() {
navigator.getUserMedia({audio: true}, startUserMedia, function(e){
__log('No live audio input: ' + e);
});
}
Is there any way this function works with HTTP / Google Chrome?
function getPermisson() {
navigator.getUserMedia({audio: true}, startUserMedia, function(e){
__log('No live audio input: ' + e);
});
}