diff --git a/audio/audio_send_stream.cc b/audio/audio_send_stream.cc index a0f959db73..2dcb37adf1 100644 --- a/audio/audio_send_stream.cc +++ b/audio/audio_send_stream.cc @@ -507,6 +507,7 @@ uint32_t AudioSendStream::OnBitrateUpdated(BitrateAllocationUpdate update) { // higher than max to allow for e.g. extra FEC. auto constraints = GetMinMaxBitrateConstraints(); update.target_bitrate.Clamp(constraints.min, constraints.max); + update.stable_target_bitrate.Clamp(constraints.min, constraints.max); channel_send_->OnBitrateAllocation(update);