diff --git a/webrtc/voice_engine/channel.cc b/webrtc/voice_engine/channel.cc index 480ff4947..ff064d9d1 100644 --- a/webrtc/voice_engine/channel.cc +++ b/webrtc/voice_engine/channel.cc @@ -3484,7 +3484,7 @@ Channel::GetRemoteCSRCs(unsigned int arrCSRC[15]) } uint32_t arrOfCSRC[kRtpCsrcSize]; int32_t CSRCs(0); - CSRCs = _rtpRtcpModule->CSRCs(arrOfCSRC); + CSRCs = rtp_receiver_->CSRCs(arrOfCSRC); if (CSRCs > 0) { memcpy(arrCSRC, arrOfCSRC, CSRCs * sizeof(uint32_t));