Skip to content

Commit a019058

Browse files
authored
[VID-451] introduce rtc stats and reconnect reason (#1026)
1 parent 8a0981c commit a019058

File tree

7 files changed

+535
-424
lines changed

7 files changed

+535
-424
lines changed

protobuf/video/sfu/event/events.pb.go

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

protobuf/video/sfu/event/events.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ message ReconnectDetails {
195195
string from_sfu_id = 6;
196196
// only set in case of rejoin
197197
string previous_session_id = 7;
198+
// the reconnect reason
199+
string reason = 8;
198200
}
199201

200202
message Migration {

protobuf/video/sfu/event/events_vtproto.pb.go

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

protobuf/video/sfu/signal_rpc/signal.pb.go

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

protobuf/video/sfu/signal_rpc/signal.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ message SendStatsRequest {
8080

8181
Telemetry telemetry = 11;
8282
models.RTMPIngress rtmp = 12;
83+
string rtc_stats = 13;
8384
}
8485

8586
message SendStatsResponse {

protobuf/video/sfu/signal_rpc/signal.twirp.go

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

protobuf/video/sfu/signal_rpc/signal_vtproto.pb.go

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

0 commit comments

Comments
 (0)