Skip to content

Commit 7ce7550

Browse files
Enable recording (#1233)
* add enable recording option to agent jobs * generated protobuf * Create pretty-baboons-join.md --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2ddfb3e commit 7ce7550

3 files changed

Lines changed: 24 additions & 8 deletions

File tree

.changeset/pretty-baboons-join.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+
Enable recording

livekit/livekit_agent.pb.go

Lines changed: 18 additions & 8 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ message Job {
3131
string metadata = 6;
3232
string agent_name = 7;
3333
JobState state = 8;
34+
bool enable_recording = 10;
3435
}
3536

3637
message JobState {

0 commit comments

Comments
 (0)