Skip to main content

useBreakoutChangeParticipantRoom

function useBreakoutChangeParticipantRoom(__namedParameters): (targetParticipantUuid, targetRoomId?) => void;

Parameters

ParameterType
__namedParameters{ participants: BreakoutParticipants; setParticipants: Dispatch<SetStateAction<BreakoutParticipants>>; }
__namedParameters.participantsBreakoutParticipants
__namedParameters.setParticipantsDispatch<SetStateAction<BreakoutParticipants>>

Returns

(targetParticipantUuid, targetRoomId?): void;

Parameters

ParameterType
targetParticipantUuidParticipantID
targetRoomId?RoomID

Returns

void