Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/many-kings-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"livekit-server-sdk": patch
---

Add canManageAgentSession to VideoGrant
3 changes: 3 additions & 0 deletions packages/livekit-server-sdk/src/grants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ export interface VideoGrant {
/** allow participant to subscribe to metrics */
canSubscribeMetrics?: boolean;

/** allow participant to manage an agent session via RemoteSession */
canManageAgentSession?: boolean;

/** destination room which this participant can forward to */
destinationRoom?: string;
}
Expand Down
Loading