react-native-sound icon indicating copy to clipboard operation
react-native-sound copied to clipboard

Handling sound interruptions

Open jamesmead opened this issue 8 years ago • 8 comments

Thanks for the library!

Does anyone know if this module handles sound interruptions such as incoming calls etc?

I have a simple app that plays audio in the background, however when there is a call or the alarm runs, the playback of the sound file stops.

I have enabled background mode and my sound category settings are as follows: Sound.setCategory('Playback', false)

  • iOS 10.3

jamesmead avatar Jun 13 '17 23:06 jamesmead