react-native-webrtc / react-native-callkit

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

Open call kit when the app is killed #67

Closed LFSCamargo closed 5 years ago

LFSCamargo commented 5 years ago

I am having a issue when the app is completely killed the callkit does not popup can there's any solution for that?

zxcpoiu commented 5 years ago

You may needs to use voip push, and let system wake your app up.

zxcpoiu commented 5 years ago

https://github.com/ianlin/react-native-voip-push-notification

LFSCamargo commented 5 years ago

But i think does not work the react-native-voip-push-notification on the Android

ttruongatl commented 5 years ago

There is a different solution for Android platform. You can refer the source here: https://github.com/twilio/voice-quickstart-android

saikiranoptisol commented 5 years ago

@LFSCamargo have you done this. i have a doubt how another user will receive call. I have followed https://github.com/andrew781026/rn-callkit-with-fcm example demo. using which i wanted to make calls. but using that demo if i clickon incoming call only my phone will ring. if i click on outgoing call. not sure what is happening. i need to call to other user who uses my app. can you please explain how i can do that. i need to do call and i need to get calls as well