Index: webrtc/api/peerconnectioninterface.h |
diff --git a/webrtc/api/peerconnectioninterface.h b/webrtc/api/peerconnectioninterface.h |
index 0ac37e1564e935584913bd0bebe8a1f720e2f6e1..9130d28133b05167b53105a0ae22977356a82576 100644 |
--- a/webrtc/api/peerconnectioninterface.h |
+++ b/webrtc/api/peerconnectioninterface.h |
@@ -296,6 +296,7 @@ class PeerConnectionInterface : public rtc::RefCountInterface { |
// default applies. |
bool disable_ipv6 = false; |
bool enable_rtp_data_channel = false; |
+ bool enable_quic = false; |
rtc::Optional<int> screencast_min_bitrate; |
rtc::Optional<bool> combined_audio_video_bwe; |
rtc::Optional<bool> enable_dtls_srtp; |