diff --git a/modules/congestion_controller/rtp/send_side_congestion_controller.cc b/modules/congestion_controller/rtp/send_side_congestion_controller.cc index fcd48ce645..1e4dacb953 100644 --- a/modules/congestion_controller/rtp/send_side_congestion_controller.cc +++ b/modules/congestion_controller/rtp/send_side_congestion_controller.cc @@ -172,8 +172,8 @@ void ControlHandler::OnProbeClusterConfig(ProbeClusterConfig config) { void ControlHandler::OnTargetTransferRate(TargetTransferRate target_rate) { RTC_DCHECK_CALLED_SEQUENTIALLY(&sequenced_checker_); current_target_rate_msg_ = target_rate; - OnNetworkInvalidation(); last_target_rate_ = target_rate; + OnNetworkInvalidation(); } void ControlHandler::OnNetworkAvailability(NetworkAvailability msg) {