react-native-callkeep
react-native-callkeep copied to clipboard
Callkeep remains active after killing the application from task manager (Android)
Bug report
-
Everything works fine so far, but while on a call on Android the callkeep remains active with SIP call after killing the application from the task manager.
-
Reproduced on Android:
-
Received an incoming call
-
Answered
-
kill the app from the task manager
-
call remains active
-
expected behaviour: The call keep should kill itself
The app will remain active because it's running a foreground service. If it didn't you'd loose access to the microphone the moment the app is no longer in foreground.
Callkeep working in foreground, background but not working when i kill the app. If any solution is made let me know
Any solution or suggestion ?