We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18d1063 commit 1f7ce70Copy full SHA for 1f7ce70
livekit-api/livekit/api/access_token.py
@@ -55,6 +55,10 @@ class VideoGrants:
55
# indicates to the room that current participant is a recorder
56
recorder: bool = False
57
58
+ # indicates that the holder can register as an Agent framework worker
59
+ # it is also set on all participants that are joining as Agent
60
+ agent: bool = False
61
+
62
63
@dataclasses.dataclass
64
class Claims:
0 commit comments