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

Getting Voice Notification Eventhough call is active #578

Closed wmt-raj-mobile closed 7 months ago

wmt-raj-mobile commented 9 months ago

How do i restrict call notification if call is already active? For eg. If there is ongoing call between person A and person B now if person C calls person A then person A should not receive call notification if there is ongoing call

afalls-twilio commented 7 months ago

@wmt-raj-mobile If you are talking about the quickstart, you would need to modify your application such that it does not throw up the incoming call notification if a call is already active. Look here in the quickstart for more information. The quickstart is just a simple demo to get one started..