-
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
Callkit - No Audio when switching between PSTN call and VoiceClient #96
Comments
Hi @senatorsfc Sorry for my delay of responding back to your issue. I did try with the steps and was able to reproduce the audio problem. Sorry for the inconveniences. -bobie |
Hey @bchen-twilio , things are good, about to release our new major version of the app! Thanks for confirming the issue. I'll keep an eye here for an update on the fix! |
Any update on this issue? |
Hi @senatorsfc We are currently working on finalizing the APIs and the delegate protocols of the SDK. Thanks for bearing with us. |
Any update on the issue please? |
Hi @Kishorekumar-Elanchezhiyan Have you tried the latest version of Voice SDK 2.0? We've added some audio device related improvements since beta12. We've recently released a preview of the Voice 3.0 SDK which has a better audio related support. Thanks |
Hi @bchen-twilio , I'm using Twilio Voice 2.0.3, when I do hold and accept to attend the pstn call it works fine, when I comeback to twilio call I dont hear the audio in both ends.. Could you please let me know, what couldve gone wrong For Better Understanding I am explaining the scenario below Make Twilio Call To USer A Please help |
Hi @Kishorekumar-Elanchezhiyan During our integration tests we've observed in some scenarios (see the table), CallKit framework won't give you the callback so the application can unhold the Voice call. Let me know |
Hi @bchen-twilio , What Could I possibly done wrong? |
Hi @Kishorekumar-Elanchezhiyan Thanks for checking out the table. In your environment, were you able to receive the CallKit and AVAudioSession interruption callbacks? |
Hi @bchen-twilio
|
Thanks @Kishorekumar-Elanchezhiyan |
Yes @bchen-twilio provider:performSetHeldCallAction gets called after ending PSTN call, I call our api to unhold twilio call. After that didActivate audioSession gets called. I enable SDK's audio in didActivate audioSession callback by TwilioVoice.isAudioEnabled = true |
Context
Trying to use VoiceClient with Callkit, running into some issues when receiving a VoiceClient Call while already on a PSTN call and using Hold&Accept on the PSTN call to accept the VoiceClient Call. Accepting the call initially works, but switching back to the PSTN call, and then back again to the VoiceClient Call, there is no more audio being received or sent.
Our Callkit configuration is as follows :
Attached is TVOLogLevelDebug Logs for the call.
The log follows the Steps to Reproduce indicated below in this report.
voiceclientlog.txt
Expected Behavior
Switching between active PSTN and VoiceClient calls should shut down / restore the audio session and audio streams.
Actual Behavior
There is no audio when switching between active PSTN and VoiceClient calls.
Steps to Reproduce
Environment
The text was updated successfully, but these errors were encountered: