big-controller-60015
06/24/2025, 12:37 PMtall-airline-16756
06/24/2025, 12:37 PMtall-airline-16756
06/24/2025, 12:38 PMmoveParticipant
method of the RoomServiceClient. This requires the roomAdmin
permission and access to the destination room.
The method takes the following parameters:
• `room`: The name of the current room
• `identity`: The identity of the participant to move
• `destinationRoom`: The name of the room to move the participant to
When executed, this method will remove the participant from the current room and add them to the destination room. From the perspective of other participants, it will appear as if the participant disconnected from the previous room and joined the new one.
Here is an example:
await roomServiceClient.moveParticipant(
"currentRoomName",
"participantIdentity",
"destinationRoomName"
);
Sources: RoomServiceClient | LiveKit JS Server SDK - v2.9.7big-controller-60015
06/24/2025, 12:38 PMtall-airline-16756
06/24/2025, 12:38 PM