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

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

Issue 2721163002: Add support for RTCConfiguration.iceCandidatePoolSize. (Closed)
Patch Set: Merge with master Created 3 years, 9 months 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 bbe1b573c019d9638c32498d5076341c661cde68..40b94d73f18d504fb4a63ca58a4bfc41c03270c7 100644
--- a/third_party/WebKit/Source/modules/peerconnection/RTCConfiguration.idl
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCConfiguration.idl
@@ -41,5 +41,5 @@ dictionary RTCConfiguration {
RTCRtcpMuxPolicy rtcpMuxPolicy = "require";
// TODO(foolip): DOMString peerIdentity;
sequence<RTCCertificate> certificates;
- // TODO(foolip): unsigned short iceCandidatePoolSize = 0;
+ [EnforceRange] octet iceCandidatePoolSize = 0;
};

Powered by Google App Engine
This is Rietveld 408576698