You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Android when the application is in background, after a certain delay the OS will close every connection with informing about it.
@@ -611,7 +610,7 @@ class RNCallKeepExample extends React.Component {
611
610
## Receiving a call when the application is not reachable.
612
611
613
612
In some case your application can be unreachable :
614
-
- when the user kill the application
613
+
- when the user kill the application
615
614
- when it's in background since a long time (eg: after ~5mn the os will kill all connections).
616
615
617
616
To be able to wake up your application to display the incoming call, you can use [https://github.com/ianlin/react-native-voip-push-notification](react-native-voip-push-notification) on iOS or BackgroundMessaging from [react-native-firebase](https://rnfirebase.io/docs/v5.x.x/messaging/receiving-messages#4)-(Optional)(Android-only)-Listen-for-FCM-messages-in-the-background).
@@ -626,12 +625,12 @@ Since iOS 13, you'll have to report the incoming calls that wakes up your applic
0 commit comments