react-native-audio-streaming
react-native-audio-streaming copied to clipboard
the audio player does not stop when another application plays audio
the audio player does not stop when another application plays audio, for example a whatsapp audio
For android, what needs to be done is replace TelephonyManager with AudioManager. I have a custom fork with this implemented. Here is the relevant commit. It has several commits before it, so you won't be able to simply cherry pick it, hopefully the merge conflict isn't difficult. It also isn't properly tested yet, but it looks alright so far.