oslabs-beta / ReactRTC

NPM package that simplifies set-up of WebRTC as importable React components
270 stars 25 forks source link

Audio streaming is not working #18

Open jagannath-swarnkar opened 4 years ago

jagannath-swarnkar commented 4 years ago

hello, I'm using this repo guide for creating my own application with react js and using your backend code and frontend is quite same. Video streaming and screen sharing are working well but Audio streaming is not working. either while video calling or screen sharing audio is not passing either while connected with the local network. When I am changing defultMediaConstraints: {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 :)