bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/audio/audio-controls/input-stream-live-selector
prlanzarin 141c553b17 fix(audio): review device selection in mobile endpoints
Mobile users have no way to change I/O devices after joining audio.
The removal of the audio options chevron in mobile browsers was supposed
to be replaced by something else - in this case, by the dedicated
leave/join audio button. That didn't happen, leave/join audio button
retained the old behavior.

Review device selection in mobile endpoints via two UI/UX changes:
  - Restore the device selection chevron/icon in mobile endpoints
  - Override the leave/join button action in mobile endpoints so that it
    opens the device selection contextual menu, which also includes the
    "Leave audio" option. This retains the old behavior (leaving audio)
    while also providing an way for users to change devices mid-call in
    mobile browsers.
2024-04-30 14:29:53 -03:00
..
component.jsx fix(audio): review device selection in mobile endpoints 2024-04-30 14:29:53 -03:00
container.jsx fix(audio): centralize device change code, add rollbacks, surface errors 2022-08-24 13:28:27 +00:00
styles.js fix missing import in audio controls 2022-07-15 11:41:11 -03:00