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), |