Skip to content

Commit 06e6674

Browse files
add terminate to agent AvailabilityResponse (#1088)
* add terminate to agent AvailabilityResponse * generated protobuf * Create cold-buckets-press.md --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fa4bb37 commit 06e6674

File tree

4 files changed

+114
-250
lines changed

4 files changed

+114
-250
lines changed

.changeset/cold-buckets-press.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@livekit/protocol": patch
3+
---
4+
5+
add terminate to agent AvailabilityResponse

livekit/livekit_agent.pb.go

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

protobufs/livekit_agent.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,13 @@ message AvailabilityResponse {
140140
string job_id = 1;
141141
bool available = 2;
142142
bool supports_resume = 3;
143+
bool terminate = 8;
143144

144145
string participant_name = 4;
145146
string participant_identity = 5;
146147
string participant_metadata = 6;
147148
map<string, string> participant_attributes = 7;
149+
// NEXT_ID: 9
148150
}
149151

150152
message UpdateJobStatus {

0 commit comments

Comments
 (0)