External HMD is not playing Audio
noumanshah115 opened this issue · 3 comments
AudioSwitch is not picking WiredHeadset as avilableDevice
we have a device that has external speaker and display and work good when there is no twilio session
For video calling as we start the twilio session The sound is automatically route to speaker of phone Though the hmd is connected
when i call audioSwitch.start { _, _ -> }
The device doe not pick WiredHeadset and the show the only avilable devices as "Speakerphone" and "Earpiece"
@noumanshah115 What android device are you seeing this issue with?
@afalls-twilio it is VR hardware(contain's mic and speaker) connected through external USB C cable
@noumanshah115 If a custom audio device is being used, then I would recommend creating a custom audio source for the item or extending audioswitch (its open source), to also support the custom VR Hardware. Today, audioswitch does not support external HMD support.