Description
Hi Team,
I'm currently using react-native-webRTC for real-time communication in my application. However, I'm facing significant voice-related issues when establishing a peer-to-peer connection between two users.
After the call is connected, both users experience poor audio quality — including glitches and unwanted noise. Interestingly, if one of the users mutes their microphone, the audio becomes clear and the unwanted sounds disappear, allowing the remaining user to hear properly.
I've tried multiple solutions but haven't been able to resolve the issue. Unfortunately, I also haven't received any helpful response from the WebRTC community so far.
I'd really appreciate any guidance or support you can provide to help fix this microphone/audio issue.
Thanks in advance!