react-native-incall-manager
react-native-incall-manager copied to clipboard
How to keep call active when app is in background?
The app loses the audio stream after 1 minute if app is in background.
How do I solve this?
I am only using the audio if that makes any difference.
@AlbinCederblad you may need to use foreground service for android to keep audio stream if app background or phone is locked , you can use react-native-callkeep or react-native-foreground-service
You can do this with Notifee's registerForegroundService see docs