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

Unified Diff: webrtc/api/peerconnectioninterface.h

Issue 1956453003: Relanding: Implement RTCConfiguration.iceCandidatePoolSize. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 7 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: webrtc/api/peerconnectioninterface.h
diff --git a/webrtc/api/peerconnectioninterface.h b/webrtc/api/peerconnectioninterface.h
index 94d2c001e38c228d7130319d03e4e8a5c13be34e..9290c7a07c58abfcbbf7c59eacdcb87aedeb7c1d 100644
--- a/webrtc/api/peerconnectioninterface.h
+++ b/webrtc/api/peerconnectioninterface.h
@@ -293,6 +293,7 @@ class PeerConnectionInterface : public rtc::RefCountInterface {
rtc::Optional<int> screencast_min_bitrate;
rtc::Optional<bool> combined_audio_video_bwe;
rtc::Optional<bool> enable_dtls_srtp;
+ int ice_candidate_pool_size = 0;
pthatcher1 2016/05/05 21:51:24 While you're in here, could you use this style fo
Taylor Brandstetter 2016/05/06 03:53:34 Done.
RTCConfiguration()
: type(kAll),
bundle_policy(kBundlePolicyBalanced),

Powered by Google App Engine
This is Rietveld 408576698