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.
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 :)