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

@ -67,7 +67,7 @@ bool RtcpTransceiverConfig::Validate() const {
RTC_LOG(LS_ERROR) << debug_id << "unsupported rtcp mode";
return false;
}
if (non_sender_rtt_measurement && !rtt_observer)
if (non_sender_rtt_measurement && !network_link_observer)
RTC_LOG(LS_WARNING) << debug_id
<< "Enabled special feature to calculate rtt, but no "
"rtt observer is provided.";