| Index: webrtc/api/peerconnectioninterface.h
|
| diff --git a/webrtc/api/peerconnectioninterface.h b/webrtc/api/peerconnectioninterface.h
|
| index 5ff8019a0418a2072f72468159eeef3f3a8db873..0aa4bc207193d5e2ba90c4f353bc991634bcb101 100644
|
| --- a/webrtc/api/peerconnectioninterface.h
|
| +++ b/webrtc/api/peerconnectioninterface.h
|
| @@ -280,7 +280,7 @@ class PeerConnectionInterface : public rtc::RefCountInterface {
|
| // at the same time.
|
| IceServers servers;
|
| BundlePolicy bundle_policy = kBundlePolicyBalanced;
|
| - RtcpMuxPolicy rtcp_mux_policy = kRtcpMuxPolicyNegotiate;
|
| + RtcpMuxPolicy rtcp_mux_policy = kRtcpMuxPolicyRequire;
|
| TcpCandidatePolicy tcp_candidate_policy = kTcpCandidatePolicyEnabled;
|
| CandidateNetworkPolicy candidate_network_policy =
|
| kCandidateNetworkPolicyAll;
|
|
|