bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/audio/audio-modal
prlanzarin 135350b6dc fix(audio): close dialog when "Cancel" is clicked with listenOnlyMode=false
When `listenOnlyMode` is `false` and the audio dialog's "Cancel" action is
clicked, the modal incorrectly re-renders instead of closing. Additionally,
the "Cancel" action is mislabeled as "Back."

This fix ensures the audio dialog closes properly when there are no options
to select (i.e., `listenOnlyMode=false`). The `skipAudioOptions` method is
revised to consider `listenOnlyMode` and ignore the "content" state.

Ignoring the "content" state allows options to be skipped even if a subscreen
is rendered (e.g., returning from the AudioSettings modal). The check for
`content == null` combined with `skipAudioOptions` is only necessary when
rendering the main modal. The `content == null` check has been moved to
the relevant section.
2024-08-16 15:48:47 +00:00
..
component.jsx fix(audio): close dialog when "Cancel" is clicked with listenOnlyMode=false 2024-08-16 15:48:47 +00:00
container.jsx refactor(audio): improve audio settings' UI 2024-08-15 00:43:37 +00:00
service.js feat(audio): rework audio join without listen only 2024-08-15 00:43:28 +00:00
styles.js feat(audio): rework audio join without listen only 2024-08-15 00:43:28 +00:00