Fix bluetooth headset not available for outgoing VoIP calls
Fixes issue where bluetooth headsets were not selectable for outgoing VoIP calls.
What changes
The system now correctly detects and lists bluetooth headsets as available audio devices when initiating outgoing VoIP calls. This ensures users can route call audio through their preferred bluetooth device without manual reconfiguration.
The fix addresses device enumeration and selection logic in the mobile client, improving compatibility with a wider range of bluetooth headsets.
How it works
- On call start, the mobile client queries available audio output devices.
- Bluetooth headsets are detected and added to the device list.
- The user or system selects the bluetooth headset as the outgoing audio device.
- Audio routing is established through the selected bluetooth headset for the duration of the call.