We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 533b520 commit 6609ca9Copy full SHA for 6609ca9
2 files changed
.changeset/many-kings-divide.md
@@ -0,0 +1,5 @@
1
+---
2
+"livekit-server-sdk": patch
3
4
+
5
+Add canManageAgentSession to VideoGrant
packages/livekit-server-sdk/src/grants.ts
@@ -91,6 +91,9 @@ export interface VideoGrant {
91
/** allow participant to subscribe to metrics */
92
canSubscribeMetrics?: boolean;
93
94
+ /** allow participant to manage an agent session via RemoteSession */
95
+ canManageAgentSession?: boolean;
96
97
/** destination room which this participant can forward to */
98
destinationRoom?: string;
99
}
0 commit comments