Skip to content

Commit adbef6c

Browse files
authored
Merge pull request #309 from RinorDreshaj/patch-1
Patch 1
2 parents 6f7dc0d + 8793718 commit adbef6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ In some case your application can be unreachable :
724724
- when the user kill the application
725725
- when it's in background since a long time (eg: after ~5mn the os will kill all connections).
726726

727-
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).
727+
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/messaging/usage#receiving-messages)-(Optional)(Android-only)-Listen-for-FCM-messages-in-the-background).
728728

729729
You have to send a push to your application, like with Firebase for Android and with a library supporting PushKit pushes for iOS.
730730

0 commit comments

Comments
 (0)