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