cybex-dev / twilio_voice

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

How to terminate Native Call Ui When Create Make Call #226

Open lavishmanghnani2 opened 5 months ago

lavishmanghnani2 commented 5 months ago

when i create a make call using this :- await TwilioVoice.instance.call.place( to: "+91xxxxxxxx", from: "+91xxxxxxxxxx",);

                              it  show native ui of calling . i want to  navigate own create screen , how i do please tell