I am building a video/audio call app and I am using react-native-webrtc module for this and I want to keep application running in the background and receive incoming calls to show users call ui to accept calls etc. but I am not sure if callkeep is the
right module to use for this purpose ( both running foreground service and receiving calls in background or killed app )
I am building a video/audio call app and I am using react-native-webrtc module for this and I want to keep application running in the background and receive incoming calls to show users call ui to accept calls etc. but I am not sure if callkeep is the
right module to use for this purpose ( both running foreground service and receiving calls in background or killed app )