hyochan / hyochan/react-native-nitro-sound
In Android, when recording, if other apps are using the microphone, no exception is thrown
Open
🐛 bug
📱 iOS
🤖 ai-managed
🤖 android
- Dominant language
- TypeScript
- Stars
- 962
- Forks
- 254
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 1
Description
> While recording audio on iOS, if other apps are simultaneously using the microphone, an exception is thrown. However, in Android, no exception is thrown in such a scenario.
3.6.7
0.74.2
Android
Throw exception while other apps using microphone.
THrowing exception for IOS. Not throwing for Android.
> Attempt to use the microphone from another app concurrently, such as initiating a voice call or using a different recording app.
> Now, use audio player start record
> Observe that there's no exception thrown by the Android system, allowing both apps to access the microphone simultaneously.
Contributor guide
Assessment
This issue has not been assessed yet.