Conference: first join, second can't maximize
Scenario
- Alice join a conference
- Bob join a conference (moderator)
Current
Bob cannot maximize Alice
Expected
Bob should be able to maximize Alice
Ok I digged a bit and here is the reason:
For the overlayMenu, we have "visible: isMe || meModerator" - But meModerator is incorrectly refreshed. When you join a conference and some members are already there, they will be displayed before we join the confInfo. So, meModerator will be false at this point (because we're not in the confInfo yet)
This is why it's caused for members that joined the conference before the moderator.
Some signaling must me re-done for ParticipantOverlay
assigned to @agsantos
added sprintto review label
mentioned in commit afb9211e
removed sprintto review label
closed