You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please ensure that you are not sharing any Personally Identifiable Information(PII)
or sensitive account information (API keys, credentials, etc.) when reporting an issue.
Description
I Found an issue related to car audio. I am using audioSwitch it with the voice sdk android for my voip calling app. When an incoming call came in, it shows binary number like 1000000 as caller id on car dashboard while on my mobile app it shows correct caller id. so my caller id is like phone number - name or some time name - team name(both strings). Also when call is ended from app it still ongoing on car bluetooth and it only ends when i force close the app. So any resolution on this?
Steps to Reproduce
[Step one]
[Step two]
[Insert as many steps as needed]
Code
// Code that helps reproduce the issue
Expected Behavior
It should end the call from car bluetooth without force closing app. Also it should show correct caller id instead of 100000 number.
Actual Behavior
It shows wrong caller id with some binary number like 100000 and also call is not ended on car dashboard when ending from mobile app.
Reproduces How Often
Everytime
Twilio Call SID(s)
You can find the Call SID in the SDK using Call.getSid() or CallInvite.getCallSid(). The Call SID can also be found on the Twilio Calls Console: https://www.twilio.com/console/voice/calls/logs.
Logs
// Log output when the issue occurs
Versions
Audio switch: Version:1.1.8
Voice Android SDK
Twilio voice sdk 6.5.1
OS Version
13/14
Device Model
Car bluetooth or Android car play
The text was updated successfully, but these errors were encountered:
@softsan This is the same problem you described in twilio/audioswitch#161 . See my comment here on the audioswitch issue. We currently do not support custom bluetooth actions in AudioSwitch.
Description
I Found an issue related to car audio. I am using audioSwitch it with the voice sdk android for my voip calling app. When an incoming call came in, it shows binary number like 1000000 as caller id on car dashboard while on my mobile app it shows correct caller id. so my caller id is like phone number - name or some time name - team name(both strings). Also when call is ended from app it still ongoing on car bluetooth and it only ends when i force close the app. So any resolution on this?
Steps to Reproduce
Code
// Code that helps reproduce the issue
Expected Behavior
It should end the call from car bluetooth without force closing app. Also it should show correct caller id instead of 100000 number.
Actual Behavior
It shows wrong caller id with some binary number like 100000 and also call is not ended on car dashboard when ending from mobile app.
Reproduces How Often
Everytime
Twilio Call SID(s)
You can find the Call SID in the SDK using Call.getSid() or CallInvite.getCallSid(). The Call SID can also be found on the Twilio Calls Console: https://www.twilio.com/console/voice/calls/logs.
Logs
Versions
Audio switch: Version:1.1.8
Voice Android SDK
Twilio voice sdk 6.5.1
OS Version
13/14
Device Model
Car bluetooth or Android car play
The text was updated successfully, but these errors were encountered: