We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd9a454 commit e8df6d0Copy full SHA for e8df6d0
1 file changed
livekit-api/livekit/api/access_token.py
@@ -68,6 +68,9 @@ class VideoGrants:
68
# indicates that the holder can register as an Agent framework worker
69
agent: Optional[bool] = None
70
71
+ # allow participant to manage an agent session via RemoteSession
72
+ can_manage_agent_session: Optional[bool] = None
73
+
74
75
@dataclass
76
class SIPGrants:
0 commit comments