MrHertal / react-native-twilio-phone

Twilio Voice React Native module.
MIT License
153 stars 66 forks source link

In Recents Tab on iOS, my calls show but when I click them, nothing happens #121

Open LukakHR opened 1 year ago

LukakHR commented 1 year ago

I am working on an application with VoIP integrated using react-native-twilio-phone. When I open a certain contact in iOS, there is an option to call that person through the application and that works properly, it opens the app and dials that number. When a call is made, it is also properly added to the "Recents" tab but when I click that entry, absolutely nothing happens. I have checked all the integrations and everything seems to be integrated properly as I am also led to believe because calling through the contact page works but the Recents don't.

I am using react-native with expo and expo-contacts.

"dependencies": { "expo": "^49.0.0", "expo-contacts": "~12.2.0", "expo-linking": "~5.0.2", "expo-modules-autolinking": "~1.5.0", "expo-modules-core": "~1.5.8", "expo-permissions": "~14.2.1", "react": "18.2.0", "react-dom": "18.2.0", "react-native": "0.72.3", "react-native-autolink": "^4.0.0", "react-native-callkeep": "^4.3.7", "react-native-twilio-phone": "^1.10.0", "react-native-voip-push-notification": "^3.3.0", },

I'm not sure which code would be helpful here as everything is integrated as is in the guides provided but if there is anything that would help in solving this issue, I'll add it as soon as possible.

BiosBoy commented 1 year ago

Same issue here. The only way to open my app is by long pressing on the list item (in the recent calls) and then by explicitly selecting my app in the options available to call (e.g. FaceTime, Telegram, WhatsUp, and etc. voIP apps). Any solution?

BiosBoy commented 1 year ago

I feel like this is beyond CallKeep and/or Twilio integration. I find this article hepful, but still no solution comes up to my mind: https://stackoverflow.com/questions/53989833/voip-outgoing-call-from-native-call-ui https://stackoverflow.com/questions/48338692/ios-trigger-outgoing-voip-call-on-clicking-the-caller-in-the-native-ios-recent https://stackoverflow.com/questions/41740139/ios-can-i-open-my-voip-app-on-answering-call-using-callkit