Skip to content

Commit

Permalink
internal rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
paulwe committed Feb 18, 2025
1 parent 24e6673 commit 00be49d
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 86 deletions.
3 changes: 3 additions & 0 deletions protobufs/rpc/agent.proto
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,11 @@ message CheckEnabledRequest{}
message CheckEnabledResponse {
bool room_enabled = 1;
bool publisher_enabled = 2;
bool participant_enabled = 5;
repeated string namespaces = 3 [deprecated = true];
repeated string agent_names = 4;

// NEXT ID: 6
}

message JobRequestResponse {
Expand Down
113 changes: 62 additions & 51 deletions rpc/agent.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

71 changes: 36 additions & 35 deletions rpc/agent.psrpc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 00be49d

Please sign in to comment.