File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff 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
9698message 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
133136message HealthCheckResponse {
134137 models.ParticipantCount participant_count = 1 ;
Original file line number Diff line number Diff 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
7980message SendStatsRequest {
8081 string session_id = 1 ;
You can’t perform that action at this time.
0 commit comments