diff --git a/webrtc/modules/audio_coding/audio_network_adaptor/controller_manager.cc b/webrtc/modules/audio_coding/audio_network_adaptor/controller_manager.cc index 5343acebd8..31eff21689 100644 --- a/webrtc/modules/audio_coding/audio_network_adaptor/controller_manager.cc +++ b/webrtc/modules/audio_coding/audio_network_adaptor/controller_manager.cc @@ -69,7 +69,7 @@ std::unique_ptr CreateFecController( fec_disabling_threshold.low_bandwidth_packet_loss(), fec_disabling_threshold.high_bandwidth_bps(), fec_disabling_threshold.high_bandwidth_packet_loss()), - config.has_time_constant_ms(), clock))); + config.time_constant_ms(), clock))); } std::unique_ptr CreateFrameLengthController(