Delete RtcpStatisticsCallback in favor of ReportBlockDataObserver
Bug: webrtc:10678 Change-Id: Ie016cbc47dbba15176fc5e7ad7d01a438db7dfb3 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/218842 Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34013}
This commit is contained in:

committed by
WebRTC LUCI CQ

parent
f217334d99
commit
f01c2c96f2
@ -340,11 +340,7 @@ class RTCPReceiver final {
|
||||
// delivered RTP packet to the remote side.
|
||||
Timestamp last_increased_sequence_number_ = Timestamp::PlusInfinity();
|
||||
|
||||
RtcpStatisticsCallback* const stats_callback_;
|
||||
RtcpCnameCallback* const cname_callback_;
|
||||
// TODO(hbos): Remove RtcpStatisticsCallback in favor of
|
||||
// ReportBlockDataObserver; the ReportBlockData contains a superset of the
|
||||
// RtcpStatistics data.
|
||||
ReportBlockDataObserver* const report_block_data_observer_;
|
||||
|
||||
RtcpPacketTypeCounterObserver* const packet_type_counter_observer_;
|
||||
|
Reference in New Issue
Block a user