diff --git a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc index 051776cf29..2a1c3d52e4 100644 --- a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc +++ b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc @@ -229,7 +229,7 @@ int32_t ModuleRtpRtcpImpl::Process() { "Timeout: No increase in RTCP RR extended highest sequence number."; } - if (remote_bitrate_ && TMMBR()) { + if (remote_bitrate_ && rtcp_sender_.TMMBR()) { unsigned int target_bitrate = 0; std::vector ssrcs; if (remote_bitrate_->LatestEstimate(&ssrcs, &target_bitrate)) {