Index: webrtc/audio/audio_receive_stream.cc |
diff --git a/webrtc/audio/audio_receive_stream.cc b/webrtc/audio/audio_receive_stream.cc |
index f64d3051e63c3d66eb1ffc09389f3f107c6e2f98..fbd61ccfd4791e3386a9cd68565c053782fe2616 100644 |
--- a/webrtc/audio/audio_receive_stream.cc |
+++ b/webrtc/audio/audio_receive_stream.cc |
@@ -117,7 +117,7 @@ AudioReceiveStream::~AudioReceiveStream() { |
} |
channel_proxy_->DisassociateSendChannel(); |
channel_proxy_->DeRegisterExternalTransport(); |
- channel_proxy_->ResetCongestionControlObjects(); |
+ channel_proxy_->ResetReceiverCongestionControlObjects(); |
channel_proxy_->SetRtcEventLog(nullptr); |
} |