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

Unified Diff: third_party/WebKit/Source/modules/peerconnection/RTCConfiguration.idl

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/Source/modules/peerconnection/RTCConfiguration.idl
diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCConfiguration.idl b/third_party/WebKit/Source/modules/peerconnection/RTCConfiguration.idl
index 52693331c6b5797082377462e7620e131a86144e..bbe1b573c019d9638c32498d5076341c661cde68 100644
--- a/third_party/WebKit/Source/modules/peerconnection/RTCConfiguration.idl
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCConfiguration.idl
@@ -38,8 +38,7 @@ dictionary RTCConfiguration {
// https://crbug.com/659131
RTCIceTransportPolicy iceTransports;
RTCBundlePolicy bundlePolicy = "balanced";
- // TODO(foolip): |rtcpMuxPolicy| default should be "require".
- RTCRtcpMuxPolicy rtcpMuxPolicy;
+ RTCRtcpMuxPolicy rtcpMuxPolicy = "require";
// TODO(foolip): DOMString peerIdentity;
sequence<RTCCertificate> certificates;
// TODO(foolip): unsigned short iceCandidatePoolSize = 0;

Powered by Google App Engine
This is Rietveld 408576698