# Echo Cancellation and Noise Supression on Android 10

**URL:** https://react-native-webrtc.discourse.group/t/echo-cancellation-and-noise-supression-on-android-10/988
**Category:** Uncategorized
**Created:** [October 16, 2020, 5:22pm UTC](https://react-native-webrtc.discourse.group/t/echo-cancellation-and-noise-supression-on-android-10/988 "2020-10-16T17:22:53Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Taha39](https://avatars.discourse-cdn.com/v4/letter/t/13edae/32.png) [@Taha39](https://react-native-webrtc.discourse.group/u/Taha39)
#### Post date: [October 16, 2020, 5:22pm UTC](https://react-native-webrtc.discourse.group/t/echo-cancellation-and-noise-supression-on-android-10/988/1 "2020-10-16T17:22:53Z")

</div>

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](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.

---

<div class="post-metadata">

### Author: ![Taha39](https://avatars.discourse-cdn.com/v4/letter/t/13edae/32.png) [@Taha39](https://react-native-webrtc.discourse.group/u/Taha39)
#### Post date: [October 19, 2020, 3:56pm UTC](https://react-native-webrtc.discourse.group/t/echo-cancellation-and-noise-supression-on-android-10/988/2 "2020-10-19T15:56:52Z")

</div>

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