Skip to content

Commit c8fb1f8

Browse files
authored
[VID-1192] add webrtc version to client details (#1668)
2 parents 98f1d0c + 11d367a commit c8fb1f8

File tree

5 files changed

+484
-436
lines changed

5 files changed

+484
-436
lines changed

protobuf/video/sfu/event/events.proto

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ package stream.video.sfu.event;
55
import "video/sfu/models/models.proto";
66
import "video/sfu/signal_rpc/signal.proto";
77

8+
option csharp_namespace = "Stream.Video.v1.Sfu.Events";
89
option go_package = "github.com/GetStream/protocol/protobuf/video/sfu/event";
910
option java_multiple_files = true;
1011
option java_outer_classname = "SfuEventsV1";
11-
option csharp_namespace = "Stream.Video.v1.Sfu.Events";
1212

1313
// SFUEvent is a message that is sent from the SFU to the client.
1414
message SfuEvent {
@@ -89,11 +89,9 @@ message ChangePublishOptions {
8989
string reason = 2;
9090
}
9191

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

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

9896
message PinsChanged {
9997
// the list of pins in the call.
@@ -130,8 +128,7 @@ message LeaveCallRequest {
130128
string reason = 2;
131129
}
132130

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

136133
message HealthCheckResponse {
137134
models.ParticipantCount participant_count = 1;
@@ -266,7 +263,7 @@ message DominantSpeakerChanged {
266263
string session_id = 2;
267264
}
268265

269-
message AudioLevel{
266+
message AudioLevel {
270267
string user_id = 1;
271268
string session_id = 2;
272269
// 0.0 means complete silence, 1.0 loudest
@@ -353,4 +350,4 @@ message InboundVideoState {
353350
string session_id = 2;
354351
models.TrackType track_type = 3;
355352
bool paused = 4;
356-
}
353+
}

0 commit comments

Comments
 (0)