mirror of
https://github.com/vector-im/element-call.git
synced 2026-09-22 22:29:30 +00:00
The microphone chevron listed input devices only, so changing the output device meant leaving the call controls for the settings modal. Render the audio menu as two sections, Speaker above Microphone, and wire the output device list, selection and select callback through the footer view model. Entries are shown but disabled where the platform cannot switch that kind of device, or where only one exists, so the menu keeps the same shape everywhere. Spec: FEATURES_SPEC/2026-09_Quick_Audio_Menu.md — AC1, AC6, AC7, AC8