Index: webrtc/api/peerconnectioninterface.h |
diff --git a/webrtc/api/peerconnectioninterface.h b/webrtc/api/peerconnectioninterface.h |
index 4fa9bf2408d76826ea788354fa579508d04b3d8d..3bcbaf61229cd47cef1dde10e633303632650215 100644 |
--- a/webrtc/api/peerconnectioninterface.h |
+++ b/webrtc/api/peerconnectioninterface.h |
@@ -293,6 +293,7 @@ class PeerConnectionInterface : public rtc::RefCountInterface { |
rtc::Optional<bool> combined_audio_video_bwe; |
rtc::Optional<bool> enable_dtls_srtp; |
int ice_candidate_pool_size = 0; |
+ bool gather_low_cost_network_only = false; |
}; |
struct RTCOfferAnswerOptions { |