cybex-dev / twilio_voice

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

A screen appears in the background: Username #63 #63

Closed victor-padovam closed 2 years ago

victor-padovam commented 2 years ago

When my app is completely closed and I get a call from a device.

Show me the following notification, Accept or Decline.

alt text

When I click on Accept it opens the app and shows a screen written 'User Name'

alt text

stays on this screen for 1 second and then it opens another correct screen with the name of the call identifier

alt text

Well, what did I do to reverse that.

When making a query in your text editor the User Name is being referenced in the Android files at activity_answer.xaml

I simply changed the term Username to wait, loading. Now it opens the call written Wait, loading, and then it opens the call with the name of my identifier correctly.

alt text