Skip to content

Commit 1fe385e

Browse files
committed
chore(deps): update proto
1 parent b0a9251 commit 1fe385e

File tree

4 files changed

+583
-575
lines changed

4 files changed

+583
-575
lines changed

livekit-api/src/services/room.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ impl RoomClient {
209209
) -> ServiceResult<(proto::ForwardParticipantResponse)> {
210210
self.client
211211
.request(
212-
SVC,
212+
SVC,
213213
"ForwardParticipant",
214214
proto::ForwardParticipantRequest{ room: room.to_owned(), identity: identity.to_owned(), destination_room: destination_room.to_owned() },
215215
self.base.auth_header(

0 commit comments

Comments
 (0)