twilio_voice
twilio_voice copied to clipboard
[ANDROID/IOS] How can i open my app when answering call in app terminate.
@cybex-dev , Hello good day i would like some help about can i open the app when answering call from native when app is terminate, For the current action is that only the native is showing not opening my app when answering it.
Hi @Erchil66,
Thanks for reaching out.
I agree, this would be a great feature addition.
-
Android
So far, I do not believe this is possible given the limitations of the
ConnectionService
API via it's capabilities, though I need to review in details. TheConnectionService
API is quite limited in capabilities - nor is it guaranteed every manufacturer supports every capability as I've found with Google and Samsung.For the record, I'm entertaining the idea of re-instating the older custom UI with more structure, emulating a Pixel and Callkit style screens, though this will not be release any time soon,
-
iOS
This is possible - though not currently implemented (to my knowledge). You could expect to access this feature here (see attached image).
I'll look to add this to the next release.
@cybex-dev thanks will wait for the next release.