You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: