Skip to content

Commit 00be49d

Browse files
committed
internal rpc
1 parent 24e6673 commit 00be49d

File tree

3 files changed

+101
-86
lines changed

3 files changed

+101
-86
lines changed

protobufs/rpc/agent.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,11 @@ message CheckEnabledRequest{}
6868
message CheckEnabledResponse {
6969
bool room_enabled = 1;
7070
bool publisher_enabled = 2;
71+
bool participant_enabled = 5;
7172
repeated string namespaces = 3 [deprecated = true];
7273
repeated string agent_names = 4;
74+
75+
// NEXT ID: 6
7376
}
7477

7578
message JobRequestResponse {

rpc/agent.pb.go

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

rpc/agent.psrpc.go

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

0 commit comments

Comments
 (0)