1 min readApr 10, 2020
Hello,
Thanks for the guide :)
I am using this repo guide to create my Own React app and everything is working well except the Audio.
Audio is not passing to the peer and also not able to hear a peer’s voice
when I am changing {video: true, audio: false} to {video: true, audio: true} in the constants.js file then video streaming is not working and also the audio is only echoing back not able to hear peer’s voice.
please help me to figure it out, how can I enable voice too along with video and screen sharing.
Hoping to get help from you :)