useBreakoutUpdateParticipants
function useBreakoutUpdateParticipants(__namedParameters): void;
Parameters
| Parameter | Type |
|---|---|
__namedParameters | { currentParticipants: BreakoutParticipants; participants: BreakoutParticipants; setParticipants: Dispatch<SetStateAction<BreakoutParticipants>>; changeParticipantRoom: (targetParticipantUuid, targetRoomId?) => void; } |
__namedParameters.currentParticipants | BreakoutParticipants |
__namedParameters.participants | BreakoutParticipants |
__namedParameters.setParticipants | Dispatch<SetStateAction<BreakoutParticipants>> |
__namedParameters.changeParticipantRoom | (targetParticipantUuid, targetRoomId?) => void |
Returns
void