-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Audio doesnt resume, when hold and Accept PSTN call and switching back to TwilioVoice call iOS #134
Comments
Hi @Kishorekumar-Elanchezhiyan Although it's still under development, but we believe that this issue is addressed in our Voice iOS SDK 3.0.0-preview1. I've tried the same steps with the 3.0 Quickstart and was able to get audio flowing after the interruption. It'd be great you can give it a shot. There are couple of API changes so it requires some works to upgrade from 2.0 to 3.0 API. We are more than happy to help you with the migration. Thanks again! |
Yes @bchen-twilio it works with 3.0 SDK but as it is still under development we will not be able to ship it with our app. Our app is ready for production and we cannot ship with sdk under development. |
@bchen-twilio When are we planning to release the TwilioVoice 3.x version. Please let me know if you have a roadmap |
Hi @Kishorekumar-Elanchezhiyan Thanks for trying it out, and we definitely understand the requirement of production applications. The Voice iOS 3.0 SDK is currently in Again we really appreciate your patience and we will be working our best to ship this awesome next-gen SDK. -bobie |
Thanks @bchen-twilio |
We are using TwilioVoice (2.0.3) with CallKit
When we are in Voice call and a PSTN call comes in
I hold and accept the PSTN Call
didDeactivate audioSession gets called, Thats where we disable sdk audio by TwilioVoice.isAudioEnabled = false
then I ends the PSTN call in local device, didActivate audioSession gets called. There we enable audio by TwilioVoice.isAudioEnabled = true
But audio doesnt comeback.
Discussing this issue with @bchen-twilio, please refer #96. I am yet to get a resolution
The text was updated successfully, but these errors were encountered: