We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e70d341 commit ae6c93cCopy full SHA for ae6c93c
livekit-api/livekit/api/room_service.py
@@ -200,7 +200,9 @@ async def remove_participant(
200
)
201
202
async def forward_participant(self, forward: ForwardParticipantRequest) -> None:
203
- """Forwards a participant to a new room.
+ """Forwards a participant and their published tracks from one room to another.
204
+
205
+ This feature is only available for LiveKit Cloud/Private Cloud.
206
207
Args:
208
forward (ForwardParticipantRequest): arg containing:
0 commit comments