1

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);
    });  
 }
prasanth
  • 22,145
  • 4
  • 29
  • 53
Alwin
  • 786
  • 9
  • 19
  • 3
    Possible duplicate of [getUserMedia() in chrome 47 without using https](https://stackoverflow.com/questions/34197653/getusermedia-in-chrome-47-without-using-https) – Koby Douek Aug 19 '17 at 12:32
  • 1
    `http://localhost/` only. Also note that `navigator.getUserMedia` is deprecated. Now use `navigator.mediaDevices.getUserMedia`. – Kaiido Aug 19 '17 at 12:33
  • Thanks, but this doesn't solve my problem! – Alwin Aug 20 '17 at 08:47

0 Answers0