Remove CallReceiveStatistics::rttMs
Bug: webrtc:10739 Change-Id: I747ef1d4bf8980755e7c6dcac22e5ed129f6f9cc Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/274580 Commit-Queue: Alessio Bazzica <alessiob@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38041}
This commit is contained in:

committed by
WebRTC LUCI CQ

parent
7cc631e82a
commit
c92338a13d
@ -809,8 +809,6 @@ CallReceiveStatistics ChannelReceive::GetRTCPStatistics() const {
|
||||
stats.cumulativeLost = rtp_stats.packets_lost;
|
||||
stats.jitterSamples = rtp_stats.jitter;
|
||||
|
||||
stats.rttMs = GetRTT();
|
||||
|
||||
// Data counters.
|
||||
if (statistician) {
|
||||
stats.payload_bytes_rcvd = rtp_stats.packet_counter.payload_bytes;
|
||||
|
@ -53,7 +53,6 @@ class RtpRtcp;
|
||||
struct CallReceiveStatistics {
|
||||
unsigned int cumulativeLost;
|
||||
unsigned int jitterSamples;
|
||||
int64_t rttMs;
|
||||
int64_t payload_bytes_rcvd = 0;
|
||||
int64_t header_and_padding_bytes_rcvd = 0;
|
||||
int packetsReceived;
|
||||
|
Reference in New Issue
Block a user