shuffleBreakoutParticipants
function shuffleBreakoutParticipants(allParticipants): BreakoutParticipants;
Shuffles the given map of breakout rooms.
Parameters
| Parameter | Type | Description |
|---|---|---|
allParticipants | { allParticipants: BreakoutParticipants; identity?: string; shuffleAssigned?: boolean; shuffleId?: number; } | The breakout rooms to shuffle. |
allParticipants.allParticipants | BreakoutParticipants | - |
allParticipants.identity? | string | - |
allParticipants.shuffleAssigned? | boolean | - |
allParticipants.shuffleId? | number | - |
Returns
BreakoutParticipants - A Map object containing the rooms and their respective participants.