Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(breakout): stop breakout rooms on removing #11396

Merged
merged 2 commits into from
Jan 19, 2024

Conversation

Antreesy
Copy link
Contributor

@Antreesy Antreesy commented Jan 17, 2024

☑️ Resolves

  • API part is splitted out from enh(participants): extract and reuse patchParticipants action #11394
  • When removing breakout rooms, status at parent is now reset (if create rooms again, they will not be marked as started)
  • Updating lastActivity when requesting / dismissing the assistance allows moderators to re-fetch breakout rooms within 30s interval (?modifiedSince) and actually see the request (before it was once in 10 requests on a full fetch)

🛠️ API Checklist

🚧 Tasks

  • Write tests

🏁 Checklist

  • ⛑️ Tests (unit and/or integration) are included or not possible
  • 📘 API documentation in docs/ has been updated or is not required
  • 🔖 Capability is added or not needed

@nickvergessen
Copy link
Member

/backport to stable28

@nickvergessen nickvergessen force-pushed the fix/noid/stop-breakout-rooms-on-remove branch from 248ec87 to a68788a Compare January 18, 2024 11:57
@nickvergessen nickvergessen marked this pull request as ready for review January 18, 2024 11:57
@Antreesy
Copy link
Contributor Author

Tested against frontend 🟢

@Antreesy Antreesy enabled auto-merge January 18, 2024 12:17
@Antreesy
Copy link
Contributor Author

Antreesy commented Jan 18, 2024

As something needs to be patched, could we additionaly make sure, that all methods:

  • startBreakoutRooms
  • stopBreakoutRooms
  • removeBreakoutRooms

also update lastActivity for the given room?
Note: these changes require a conversation update on non-actor side, which happens once in 5 minutes without lastActivity update (otherwise only 30 seconds)

Antreesy and others added 2 commits January 19, 2024 14:56
… when request / dismiss assistance

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
…on the parent

Signed-off-by: Joas Schilling <coding@schilljs.com>
@nickvergessen nickvergessen force-pushed the fix/noid/stop-breakout-rooms-on-remove branch from a68788a to 7dfdcb4 Compare January 19, 2024 13:57
@Antreesy Antreesy merged commit 6d6ed01 into main Jan 19, 2024
53 checks passed
@Antreesy Antreesy deleted the fix/noid/stop-breakout-rooms-on-remove branch January 19, 2024 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants