-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Native iOS call interface doesn't appear on outgoing calls. #124
Comments
Any solution? @HerpGuy88 |
None yet. I've made a primitive mockup modal, but it's functionality is limited. Are you having the same issue? |
This is not the expected behaviour. An outgoing call is initiated by an action from a React-Native screen and you need to build a React screen to control the call. |
As mentioned by @fabriziomoscon, the requested behaviour is outside of the scope of this plugin. You have to create your own interface for this when the app is in the foreground. Since a long time has passed I will be closing this issue. Read our repository update in #158. I invite you to reopen this issue when you still have problems so we can debug the problems together. |
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.59.9
What version of react-native-twilio-programmable-voice are you running?
3.21.1.
What device are you using? (e.g iOS10 simulator, Android 7 device)?
iPhone 8 (actual device, not a simulator)
Is your app running in foreground, background or not running?
Foreground
Is there any relevant message in the log?
If using iOS, which pod version are you using?
2.0.0
Steps to reproduce:
Follow installation instructions as directed.
For ComponentWillMount on main app.
In the body of the app:
Run the app and press the button.
Almost everything works. I can make and receive calls. However, the native iOS call interface does not appear for outgoing calls. It DOES appear for incoming calls, and is correctly configured with App name.
Advanced:
Have you tried adding break point using AndroidStudio or XCode and analyse the logs?
can share a project with issue?
NA
Did you try to reinstall the pods completely?
No
The text was updated successfully, but these errors were encountered: