twilio / voice-quickstart-android

Quickstart app for the Voice Android SDK
https://www.twilio.com/docs/api/voice-sdk/android/getting-started
MIT License
184 stars 140 forks source link

App not showing up in calling accounts #616

Open thetyagiayush opened 1 month ago

thetyagiayush commented 1 month ago

Description

I am using the connection service code from reference app and ideally I should be able to see my app in calling accounts settings of my device but It's not there also the call comes in and when answered it is opening my application's call screen and not the phone's native call screen

Voice Android SDK

latest

OS Version

Android 14

Device Model

Nothing Phone 1

afalls-twilio commented 1 month ago

@thetyagiayush Quickstart demo provides a basic example of how to interact with the phone's subsystem and is not full featured in any way. Are you not seeing onAnswer (VoiceConnectionService: 100) or createConnection (VoiceConnectionSerivce: 52) methods being invoked?