774dc136eb
There was an observer being linked to all breakout rooms that the user has access to. This logic works for attendees, but not for moderators. Moderators have access to the list of all breakout rooms, so they were set with an observer to breakout rooms that they didn't participate, which caused the audio and video modals to appear everytime the breakout rooms were closed. So, this commit: - hangs an breakout rooms' observer only on those mods that have joined any breakout room. This way, mods that didn't participate in any breakout room won't be disturbed by the audio and video modal. - adds an extra check to ensure that the observer will only be run in non-breakout meetings. |
||
---|---|---|
.. | ||
components | ||
services | ||
stylesheets/styled-components |