-
Notifications
You must be signed in to change notification settings - Fork 142
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
Pressing home button on Android looses audio for an ongoing voip call #597
Comments
Thank you for the report, we are looking into this issue. |
@softsan It looks like you are losing audio focus when app is backgrounded or another app is opened. Are you using AudioSwitch twilio library for audio routing in your app? Have you encountered the same issue using this quickstart app? |
Yes i am using audioswitch lib and I refer the quick start for my app. |
@softsan We are unable to reproduce the issue using quickstart. Do you also encounter this issue with voice quickstart app? |
Closed due to a lack of customer engagement. |
Description
Using twilio voice sdk in my voip app. When an incoming call in progress and then if user press home button and go to another app or just stay on home page on android, the app looses the audio. It gains once the user back to my app.
Steps to Reproduce
Code
// Code that helps reproduce the issue
Expected Behavior
It should not loose the call audio and should continue the communication
Actual Behavior
It looses the call audio and hence the other party doesn't able to hear the voice
Reproduces How Often
100%
Versions
All relevant version information for the issue.
Voice Android SDK
6.5.0
OS Version
12,13, 14
Device Model
MotoG32
Samsung galaxy s32
The text was updated successfully, but these errors were encountered: