Skip to content

Commit

Permalink
add internal cloud_backup_enabled option
Browse files Browse the repository at this point in the history
  • Loading branch information
frostbyte73 committed Oct 17, 2024
1 parent 37b555f commit 049daa0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/famous-scissors-shake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"github.com/livekit/protocol": patch
---

added manifest details to egress info
2 changes: 2 additions & 0 deletions protobufs/rpc/egress.proto
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ message StartEgressRequest {
string room_id = 3;
string token = 8;
string ws_url = 9;

bool cloud_backup_enabled = 10; // cloud only
}

message ListActiveEgressRequest {}
Expand Down

0 comments on commit 049daa0

Please sign in to comment.