Index: webrtc/audio/audio_send_stream.cc |
diff --git a/webrtc/audio/audio_send_stream.cc b/webrtc/audio/audio_send_stream.cc |
index d16ae181af97cd3778f76ebe728beab8932c4135..894f2761e67acf51681c12d2f7cfe6ab009bdc98 100644 |
--- a/webrtc/audio/audio_send_stream.cc |
+++ b/webrtc/audio/audio_send_stream.cc |
@@ -110,7 +110,7 @@ AudioSendStream::~AudioSendStream() { |
LOG(LS_INFO) << "~AudioSendStream: " << config_.ToString(); |
send_side_cc_->DeRegisterPacketFeedbackObserver(this); |
channel_proxy_->DeRegisterExternalTransport(); |
- channel_proxy_->ResetCongestionControlObjects(); |
+ channel_proxy_->ResetSenderCongestionControlObjects(); |
channel_proxy_->SetRtcEventLog(nullptr); |
channel_proxy_->SetRtcpRttStats(nullptr); |
} |