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 +632,7 @@ class RNCallKeepExample extends React.Component {
611
632
## Receiving a call when the application is not reachable.
612
633
613
634
In some case your application can be unreachable :
614
-
- when the user kill the application
635
+
- when the user kill the application
615
636
- when it's in background since a long time (eg: after ~5mn the os will kill all connections).
616
637
617
638
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 +647,12 @@ Since iOS 13, you'll have to report the incoming calls that wakes up your applic
0 commit comments