Skip to content

Commit 8afacec

Browse files
author
Sylvain Boily
authored
Merge pull request #370 from dayze/patch-1
docs: update readme for react-native-voip-push-notification new link
2 parents 8e56b0a + efb99e4 commit 8afacec

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
@@ -817,7 +817,7 @@ In some case your application can be unreachable :
817817
- when the user kill the application
818818
- when it's in background since a long time (eg: after ~5mn the os will kill all connections).
819819

820-
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).
820+
To be able to wake up your application to display the incoming call, you can use [https://github.com/react-native-webrtc/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).
821821

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

0 commit comments

Comments
 (0)