hoxfon / react-native-twilio-programmable-voice

React Native wrapper for Twilio Programmable Voice SDK
MIT License
181 stars 152 forks source link

Call Extension for contact #207

Open v-grant opened 2 years ago

v-grant commented 2 years ago

Please include the following information for better support

The more context you provide around this issue the faster the community can help you

Did you follow all the instructions as specified in the Twilio Quickstart repositories? Yes.

What version of React Native are you running? 0.63.4

What version of react-native-twilio-programmable-voice are you running? ^4.4.0

What device are you using? (e.g iOS10 simulator, Android 7 device)? IOS 10 Real Device.

Is your app running in foreground, background or not running? The app is working well for both foreground/background

Is there any relevant message in the log? There is no log

If using iOS, which pod version are you using? pod 'TwilioVoice', '~> 5.2.0'

Step to reproduce The app received the incoming call. The call is ended. The user can see the call log on the call history of iPhone. If the user clicks the call history, there is nothing happened.

Expected: It should open the app and make the outbound call.

Advanced: There is no call log. I tried.

can share a project with the issue? The app can receive the call successfully. The one issue is that we can't implement the feature to make the call outside of the app. For example, if I install the text now app, we can see the Textnow option. But for our app, we can't see them.

Did you try to reinstall the pods completely? Yes.