-
New Feature
-
Resolution: Won't Do
-
Minor
-
None
-
4.1, 4.4
-
MOODLE_401_STABLE, MOODLE_404_STABLE
-
MDL-74659-master -
Since v2.5, BBB is now able to populate breakout rooms with a roster defined by the 3rd party application. See https://github.com/bigbluebutton/bigbluebutton/issues/13628
In this case Moodle could send that payload on create such as
{"groups":[{"id": 1, "name": "Group 1", "roster": [1,2,3]},{"id": 2, "name": "Group 2", "roster": [4,5,6]}]} |
Where roster includes an array with the user IDs. the very same that MUST be used by users on Join
- has to be done before
-
MDL-75000 BigbluebuttonBN Mock server - Add support for new API
- Open
- is duplicated by
-
CONTRIB-8898 Send roster to BBB to populate breakout rooms automaticaly
- Closed