Skip to content

Commit 0ead5b7

Browse files
committed
rename
1 parent 88668d0 commit 0ead5b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.changeset/old-berries-scream.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'livekit-server-sdk': minor
33
---
44

5-
Add FowardDestRoom to VideoGrant
5+
Add destinationRoom to VideoGrant

packages/livekit-server-sdk/src/RoomServiceClient.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ export class RoomServiceClient extends ServiceBase {
239239
svc,
240240
'ForwardParticipant',
241241
new ForwardParticipantRequest({ room, identity, destinationRoom }).toJson(),
242-
await this.authHeader({ roomAdmin: true, room, forwardDestRoom: destinationRoom }),
242+
await this.authHeader({ roomAdmin: true, room, destinationRoom }),
243243
);
244244
}
245245

0 commit comments

Comments
 (0)