react-native-webrtc / react-native-callkit

#deprecated iOS 10 new CallKit framework for React Native
ISC License
122 stars 67 forks source link

voip-push-notification Integration #10

Open ghost opened 7 years ago

ghost commented 7 years ago

Can both packages be used together ? , Ive implemented react-native-voip-push-notification with my app and its working great, but can I bring call-kit upfront on a voip-push receival ?

Thanks in advance.

ghost commented 7 years ago

Got it to work thanks. If any1 interested in a PR just hit me up.

FRizzonelli commented 7 years ago

Hi @nickmendes, I'd like to check your PR for integration, could you send one? :)

flafuente commented 6 years ago

@FRizzonelli Theres not much fuzz into it. Just set up your push system and call then RNCallKit.displayIncomingCall(_uuid, "886900000000") within the callback of the push received.

FRizzonelli commented 6 years ago

@flafuente Ye, the problem is that I were using another package for navigation which wasn't that easy to setup corretcly, but I've found a way to make it works :)