From a6cbe50aefc4330c63ac53a1ea0f9bae88ba7ff3 Mon Sep 17 00:00:00 2001 From: cnderrauber Date: Mon, 16 Feb 2026 19:23:14 +0800 Subject: [PATCH 1/2] Miss word for description of ForwardParticipant --- protobufs/livekit_room.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protobufs/livekit_room.proto b/protobufs/livekit_room.proto index e7bd19940..45f4f54f7 100644 --- a/protobufs/livekit_room.proto +++ b/protobufs/livekit_room.proto @@ -64,7 +64,7 @@ service RoomService { rpc UpdateRoomMetadata (UpdateRoomMetadataRequest) returns (Room); // Cloud-only - // a connected participant's track(s) to another room. Requires `roomAdmin` and `destinationRoom`. The forwarding will + // Forward a connected participant's track(s) to another room. Requires `roomAdmin` and `destinationRoom`. The forwarding will // stop when the participant leaves the room or `RemoveParticipant` has been called in the destination room. // A participant can be forwarded to multiple rooms. The destination room will be created if it does not exist. rpc ForwardParticipant(ForwardParticipantRequest) returns (ForwardParticipantResponse); From 9302f56fd35972a6cbc3f322734055caa05ab755 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 11:25:33 +0000 Subject: [PATCH 2/2] generated protobuf --- livekit/livekit_room.twirp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/livekit/livekit_room.twirp.go b/livekit/livekit_room.twirp.go index d7c5d8678..b806ee7e7 100644 --- a/livekit/livekit_room.twirp.go +++ b/livekit/livekit_room.twirp.go @@ -65,7 +65,7 @@ type RoomService interface { UpdateRoomMetadata(context.Context, *UpdateRoomMetadataRequest) (*Room, error) // Cloud-only - // a connected participant's track(s) to another room. Requires `roomAdmin` and `destinationRoom`. The forwarding will + // Forward a connected participant's track(s) to another room. Requires `roomAdmin` and `destinationRoom`. The forwarding will // stop when the participant leaves the room or `RemoveParticipant` has been called in the destination room. // A participant can be forwarded to multiple rooms. The destination room will be created if it does not exist. ForwardParticipant(context.Context, *ForwardParticipantRequest) (*ForwardParticipantResponse, error)