bigbluebutton-Github/bigbluebutton-html5/public
prlanzarin 381718a353 fix(audio): unmute when going from "no mic" -> mic via unmute trigger, +
When going from "no mic" -> mic via the unmute action, the client isn't
unmuting itself after confirming the change. This is caused by not
waiting the liveChangeInputDevice method (which is a Promise) to be
fully executed before unmounting the AudioSettings modal -- the one
responsible for triggering the unmute. Since it unmounts before the
device is changed, the unmute action will be ignored because the device
is still "listen-only" (no mic).

Properly unmute audio when transitioning from "no mic" -> "mic" via the
unmute trigger by waiting for liveChangeInputDevice to resolve.
Additionally, some general improvements to UI/UX:
  - Display the AudioSettings modal title when gUM is on prompt mode
  - Add specific subtitles to the AudioSettings modal to 1) warn that no
    mic is selected 2) Give a hint that the user can test their devices
  - Always honor settings.yml's "initialHearingState" state (whether
    local echo feedback should be played by default in AudioSettings)
2024-08-15 03:30:18 +00:00
..
compatibility chore: Fix typo (found by typos) (port) #19834 2024-03-18 09:58:53 -04:00
fonts stop tldraw attempts to load assets from unpkg site 2024-04-30 16:40:43 +00:00
locales fix(audio): unmute when going from "no mic" -> mic via unmute trigger, + 2024-08-15 03:30:18 +00:00
resources feat(video-preview): new modal design 2024-06-13 13:46:45 -03:00
stylesheets fix font path 2024-08-12 10:15:38 -03:00
svgs more icons 2024-05-13 13:50:54 -03:00
wasm refactor: do not version precompressed WASM binaries (done in build) 2021-10-18 16:03:54 +00:00