Skip to content

Commit be06be0

Browse files
Miss word for description of ForwardParticipant (#1418)
* Miss word for description of ForwardParticipant * generated protobuf --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1f4ae1e commit be06be0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

livekit/livekit_room.twirp.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protobufs/livekit_room.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ service RoomService {
6464
rpc UpdateRoomMetadata (UpdateRoomMetadataRequest) returns (Room);
6565

6666
// Cloud-only
67-
// a connected participant's track(s) to another room. Requires `roomAdmin` and `destinationRoom`. The forwarding will
67+
// Forward a connected participant's track(s) to another room. Requires `roomAdmin` and `destinationRoom`. The forwarding will
6868
// stop when the participant leaves the room or `RemoveParticipant` has been called in the destination room.
6969
// A participant can be forwarded to multiple rooms. The destination room will be created if it does not exist.
7070
rpc ForwardParticipant(ForwardParticipantRequest) returns (ForwardParticipantResponse);

0 commit comments

Comments
 (0)