Skip to content

Commit 97f05ae

Browse files
authored
add can_manage_agent_session ParticipantPermission (#1390)
1 parent 6d94a61 commit 97f05ae

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

livekit/livekit_models.pb.go

Lines changed: 14 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protobufs/livekit_models.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,10 @@ message ParticipantPermission {
126126
bool agent = 11 [deprecated = true];
127127
// if a participant can subscribe to metrics
128128
bool can_subscribe_metrics = 12;
129+
// if a participant can manage an agent session via RemoteSession (control and access state)
130+
bool can_manage_agent_session = 13;
129131

130-
// NEXT_ID: 13
132+
// NEXT_ID: 14
131133
}
132134

133135
message ParticipantInfo {

0 commit comments

Comments
 (0)