Skip to content

Commit 086ea62

Browse files
author
Darko
authored
[PLA-0] regenerated proto (#1698)
2 parents 97d5243 + 26c7394 commit 086ea62

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

protobuf/video/sfu/event/events.proto

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,11 @@ message ChangePublishOptions {
8989
string reason = 2;
9090
}
9191

92-
message ChangePublishOptionsComplete {}
92+
message ChangePublishOptionsComplete {
93+
}
9394

94-
message ParticipantMigrationComplete {}
95+
message ParticipantMigrationComplete {
96+
}
9597

9698
message PinsChanged {
9799
// the list of pins in the call.
@@ -128,7 +130,8 @@ message LeaveCallRequest {
128130
string reason = 2;
129131
}
130132

131-
message HealthCheckRequest {}
133+
message HealthCheckRequest {
134+
}
132135

133136
message HealthCheckResponse {
134137
models.ParticipantCount participant_count = 1;

protobuf/video/sfu/signal_rpc/signal.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ message SendMetricsRequest {
7474
repeated models.RemoteOutboundRtp remote_outbounds = 6;
7575
}
7676

77-
message SendMetricsResponse {}
77+
message SendMetricsResponse {
78+
}
7879

7980
message SendStatsRequest {
8081
string session_id = 1;

0 commit comments

Comments
 (0)