in RtcpTransceiver delete legacy rtt_observer callback

Bug: webrtc:8239
Change-Id: Id4f56887879513b5ddb89818f221d8686c373ed7
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/235370
Reviewed-by: Emil Lundmark <lndmrk@webrtc.org>
Commit-Queue: Danil Chapovalov <danilchap@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#35257}
This commit is contained in:
Danil Chapovalov
2021-10-15 21:27:54 +02:00
committed by WebRTC LUCI CQ
parent 2110f7d664
commit 5e67b6a90d
4 changed files with 7 additions and 45 deletions

View File

@ -99,12 +99,6 @@ struct RtcpTransceiverConfig {
// Rtcp report block generator for outgoing receiver reports.
ReceiveStatisticsProvider* receive_statistics = nullptr;
// Callback to pass result of rtt calculation. Should outlive RtcpTransceiver.
// Callbacks will be invoked on the `task_queue`.
// Deprecated, rtt_observer will be deleted in favor of more generic
// `network_link_observer`
RtcpRttStats* rtt_observer = nullptr;
// Should outlive RtcpTransceiver.
// Callbacks will be invoked on the `task_queue`.
NetworkLinkRtcpObserver* network_link_observer = nullptr;