Index: webrtc/video/rtp_stream_receiver.cc |
diff --git a/webrtc/video/rtp_stream_receiver.cc b/webrtc/video/rtp_stream_receiver.cc |
index 00f41a29c0bbfc1c0baa54c6f5845086b197a63a..0b5b519f6e501d34b423bbf1dd5a2d7f9d8c3d44 100644 |
--- a/webrtc/video/rtp_stream_receiver.cc |
+++ b/webrtc/video/rtp_stream_receiver.cc |
@@ -74,7 +74,6 @@ std::unique_ptr<RtpRtcp> CreateRtpRtcpModule( |
std::unique_ptr<RtpRtcp> rtp_rtcp(RtpRtcp::CreateRtpRtcp(configuration)); |
rtp_rtcp->SetSendingStatus(false); |
- rtp_rtcp->SetSendingMediaStatus(false); |
rtp_rtcp->SetRTCPStatus(RtcpMode::kCompound); |
return rtp_rtcp; |