html5 - getUserMedia returning stream with audio when there is no audio device -


i have case when turned off media (camera , microphone) navigator.getusermedia with constraints of {audio: yes, video: no} return stream , furthermore stream.getaudiotracks().length return 1 highly strange because there no device connected produce audio. if put stream audio tag hear weak white noise (in opposite if plug in microphone when hear myself).

what can reason such strange behavior?


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -