File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -475,7 +475,7 @@ message InboundRtp {
475475 double jitter_seconds = 2 ; // stat["jitter"]
476476 uint64 packets_received = 3 ; // stat["packetsReceived"]
477477 uint64 packets_lost = 4 ; // stat["packetsLost"]
478- double packet_loss_percent = 5 ; // (packets_lost / (packets_received + packets_lost)) * 100; skip if denominator <= 0 or counters decreased
478+ double packet_loss_percent = 5 ; // (packets_lost / (packets_received + packets_lost)) * 100;skip if denominator <= 0 or counters decreased
479479
480480 // -------- AUDIO METRICS --------
481481 uint32 concealment_events = 10 ; // stat["concealmentEvents"]
Original file line number Diff line number Diff line change @@ -69,10 +69,10 @@ message SendMetricsRequest {
6969 string session_id = 1 ;
7070 string unified_session_id = 2 ;
7171
72- repeated models.InboundRtp inbound = 3 ;
73- repeated models.OutboundRtp outbound = 4 ;
74- repeated models.RemoteInboundRtp remote_inbound = 5 ;
75- repeated models.RemoteOutboundRtp remote_outbound = 6 ;
72+ repeated models.InboundRtp inbounds = 3 ;
73+ repeated models.OutboundRtp outbounds = 4 ;
74+ repeated models.RemoteInboundRtp remote_inbounds = 5 ;
75+ repeated models.RemoteOutboundRtp remote_outbounds = 6 ;
7676}
7777
7878message SendMetricsResponse {
You can’t perform that action at this time.
0 commit comments