-
- Downloads
fix: first audio join in breakout fails with specific config
When listenOnlyMode=false, skipCheck=true and skipCheckOnJoin=true, the audio tries to start a session more than one time, causing it to fail at the first one (and reconnect after that). Now we check if user is already connecting before trying to start a new audio session. Added some info in settings.yml for the options related to this commit Closes #12190
Showing
- bigbluebutton-html5/imports/ui/components/audio/audio-modal/component.jsx 8 additions, 2 deletions...ml5/imports/ui/components/audio/audio-modal/component.jsx
- bigbluebutton-html5/imports/ui/components/audio/audio-modal/container.jsx 1 addition, 0 deletions...ml5/imports/ui/components/audio/audio-modal/container.jsx
- bigbluebutton-html5/imports/ui/components/audio/container.jsx 1 addition, 1 deletion...luebutton-html5/imports/ui/components/audio/container.jsx
- bigbluebutton-html5/private/config/settings.yml 10 additions, 0 deletionsbigbluebutton-html5/private/config/settings.yml
Loading
Please register or sign in to comment