feat: Implement time window look back #64
Merged
antobinary merged 1 commit intobigbluebutton:v0.0.xfrom Jul 29, 2025
Merged
Conversation
…at join to not see the modal of previously selected user.
JoVictorNunes
approved these changes
Jul 29, 2025
Collaborator
|
I think it closes #60, right? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
This PR introduces a configurable time window that determines whether a new user joining the session will automatically see the modal showing the last randomly picked user.
By default, this window is set to 30 seconds. For example: if User A is randomly picked 90 seconds after the meeting starts, any user who joins between 90 and 120 seconds will see the modal automatically. Users who join after 120 seconds won’t see it automatically but can still view it by clicking "Display last randomly picked user" from the actions dropdown.
Motivation
In some cases, showing the last randomly selected user no longer makes sense—such as when the topic or activity has already changed.
More
See ahead a demo of this feature, mind that the default time window is 30 seconds, but it is configurable:
demo-time-window-pick-user.mp4