Echo Cancellation and Noise Supression on Android 10

Hi, I am facing soo much of echo when i was having two voice call in nearby devices. Echo was unbearable.

I have tested with my Android 7 version mobile but that problem is not with Android 7 version.

Problem occurs with Adroid 10 version mobile only.

I have followed this link : https://github.com/react-native-webrtc/react-native-webrtc/issues/713
and disable hardware Echo and Noise suppression i.e.,
JavaAudioDeviceModule.builder(reactContext)
.setUseHardwareAcousticEchoCanceler(false)
.setUseHardwareNoiseSuppressor(false)
.createAudioDeviceModule();

But this didn’t work…
I am using “react-native”: “0.63.0”
“react-native-webrtc”: “^1.84.0”

Please help me to resolve this. Any help will be appreciated.

Please help me to resolve this . Any help will be appreciated.