twilio / voice-quickstart-ios

Twilio Voice Quickstart for iOS with Swift
MIT License
183 stars 97 forks source link

performEndCallAction taking 10 sec to end the call, when I receive and reject the second call #516

Closed NagarajuKamatham closed 1 year ago

NagarajuKamatham commented 1 year ago

We are using TwilioVoice SDK 6.3 for our iOS voice calls app. We're facing an issue.

Case-1

When we receive and reject the second call and trying to disconnect the first call using 'performEndCallAction' it's taking 10 - 12 sec time to disconnect the call.

Case-2

When I've single call it's taking just 1 sec to perform EndCallAction.

Steps to Reproduce

User is busy in outgoing call with member A and member B calls the user

For above scenario when user clicks on end call action on member A call modal is taking 10 seconds for the call to be ended

Can some one suggest me why taking more time for Case-1..

bobiechen-twilio commented 1 year ago

Hi @NagarajuKamatham

Thanks for reaching out. Since the issue is not exactly an SDK issue, I have closed twilio-voice-ios/#102 and we can continue the discussion here.

I have tried the quickstart with the similar steps in the description:

The first call was ended without noticeable delay. A couple of questions to you:

-bobie

bobiechen-twilio commented 1 year ago

Closing for inactivity. Please reach out again if you still need assistance.