| 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;
|
|
|