'React Native Agora method stopAudioMixing is not working on Android

I had used _rtcEngine.startAudioMixing(<URL>, true, false,-1) and started audio mixing working properly but it's not stopping when I use _rtcEngine.stopAudioMixing() method the issue only persists on android not in IOS, In IOS working as I expected.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source