Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(714)

Unified Diff: third_party/WebKit/public/platform/WebRTCConfiguration.h

Issue 2055553003: Change the default rtcp mux policy from negotiate to require. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/public/platform/WebRTCConfiguration.h
diff --git a/third_party/WebKit/public/platform/WebRTCConfiguration.h b/third_party/WebKit/public/platform/WebRTCConfiguration.h
index de7c3d7a16e88f22c6f9533fcdb01f7bc064a93d..cd64fb8537d60d4046c391eef315b861dc2c70be 100644
--- a/third_party/WebKit/public/platform/WebRTCConfiguration.h
+++ b/third_party/WebKit/public/platform/WebRTCConfiguration.h
@@ -58,7 +58,7 @@ struct WebRTCConfiguration {
WebVector<WebRTCIceServer> iceServers;
WebRTCIceTransportPolicy iceTransportPolicy = WebRTCIceTransportPolicy::kAll;
WebRTCBundlePolicy bundlePolicy = WebRTCBundlePolicy::kBalanced;
- WebRTCRtcpMuxPolicy rtcpMuxPolicy = WebRTCRtcpMuxPolicy::kNegotiate;
+ WebRTCRtcpMuxPolicy rtcpMuxPolicy = WebRTCRtcpMuxPolicy::kRequire;
WebVector<std::unique_ptr<WebRTCCertificate>> certificates;
};

Powered by Google App Engine
This is Rietveld 408576698