Index: third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp |
diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp |
index c58565ae8451b22e0c1cf7e6c2920d0058897b31..288814bbad459c1b546129dc1e30424f65a1bc65 100644 |
--- a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp |
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp |
@@ -263,7 +263,7 @@ WebRTCConfiguration parseConfiguration(ExecutionContext* context, |
// For the histogram value of "WebRTC.PeerConnection.SelectedRtcpMuxPolicy". |
*selectedRtcpMuxPolicy = RtcpMuxPolicyDefault; |
- WebRTCRtcpMuxPolicy rtcpMuxPolicy = WebRTCRtcpMuxPolicy::kNegotiate; |
+ WebRTCRtcpMuxPolicy rtcpMuxPolicy = WebRTCRtcpMuxPolicy::kRequire; |
if (configuration.hasRtcpMuxPolicy()) { |
String rtcpMuxPolicyString = configuration.rtcpMuxPolicy(); |
if (rtcpMuxPolicyString == "require") { |