cybex-dev / twilio_voice

Flutter Twilio Voice Plugin
https://twilio-voice-web.web.app/
MIT License
39 stars 79 forks source link

Native Call Screen UI on iOS #224

Open nandakishorHouzeo opened 5 months ago

nandakishorHouzeo commented 5 months ago

Issue Description:

I'm currently utilizing the latest version of the package and have successfully implemented the call functionality in Android. The Android platform supports native call screen UI functionality. However, I'm uncertain whether the same functionality is available in iOS. In my case when the call is initiated it is being shown at the status bar but when its tapped nothing is happening

Question: Does the package support displaying the native call screen when making a call from an iOS device, or do we need to develop a custom user interface for this purpose?