Reassigning attendees in breakout room removes everyone from the room
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 2.2k
- Forks
- 587
- Avg merge
- 17h 55m
- Merged PRs (30d)
- 350
Description
To reproduce:
- Alice is in call in room 1
- Moderator reassign participants, keeping Alice in room 1
- Alice gets
page-not-found
When checking system messages, everyone got removed from BR, then only selected participants are added back.
Looks like $removals on API side are not filled correctly.
https://github.com/nextcloud/spreed/blob/e0f1906f8df9600504d39570ecabf289e3ba2529/lib/Service/BreakoutRoomService.php#L224-L241
Originally posted by @Antreesy in https://github.com/nextcloud/spreed/issues/11649#issuecomment-2017679861
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in lib/Service/BreakoutRoomService.php at lines 224-241 and reproduce the breakout-room reassignment described in the issue. Inspect how removals are determined when Alice remains in room 1, then verify that participants who remain assigned are not removed and do not receive page-not-found.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100