md-weber / webrtc_tutorial

108 stars 82 forks source link

microphone not working. cannot communicate with voice. #6

Closed HamzaMuazzam closed 10 months ago

HamzaMuazzam commented 2 years ago

microphone not working. cannot communicate with voice.

mtrivoz commented 1 year ago

microphone not working. cannot communicate with voice.

In .getUserMedia({'video': true, 'audio': false}); you can change to .getUserMedia({'video': true, 'audio': true});

md-weber commented 10 months ago

Because it is only a setting in the UserMedia I think this is not a bug just a feature of WebRTC itself. Therefore I will close the bug. Thanks @mtri-git for your comment.