aboutsummaryrefslogtreecommitdiff
path: root/audio/audio_receive_stream.cc
diff options
context:
space:
mode:
Diffstat (limited to 'audio/audio_receive_stream.cc')
-rw-r--r--audio/audio_receive_stream.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audio_receive_stream.cc b/audio/audio_receive_stream.cc
index 00b745bdd5..352261e248 100644
--- a/audio/audio_receive_stream.cc
+++ b/audio/audio_receive_stream.cc
@@ -73,7 +73,7 @@ std::unique_ptr<voe::ChannelProxy> CreateChannelAndProxy(
return std::unique_ptr<voe::ChannelProxy>(
new voe::ChannelProxy(std::unique_ptr<voe::Channel>(new voe::Channel(
module_process_thread, internal_audio_state->audio_device_module(),
- config.jitter_buffer_max_packets,
+ nullptr /* RtcpRttStats */, config.jitter_buffer_max_packets,
config.jitter_buffer_fast_accelerate, config.decoder_factory,
config.codec_pair_id))));
}