Skip to main content

shuffleBreakoutParticipants

function shuffleBreakoutParticipants(allParticipants): BreakoutParticipants;

Shuffles the given map of breakout rooms.

Parameters

ParameterTypeDescription
allParticipants{ allParticipants: BreakoutParticipants; identity?: string; shuffleAssigned?: boolean; shuffleId?: number; }The breakout rooms to shuffle.
allParticipants.allParticipantsBreakoutParticipants-
allParticipants.identity?string-
allParticipants.shuffleAssigned?boolean-
allParticipants.shuffleId?number-

Returns

BreakoutParticipants

BreakoutParticipants - A Map object containing the rooms and their respective participants.