| Index: webrtc/api/peerconnectioninterface.h
|
| diff --git a/webrtc/api/peerconnectioninterface.h b/webrtc/api/peerconnectioninterface.h
|
| index 39c48560d29d84aacbb2396c45fec19c3d73e62e..bdf32c688a6aee6088cab87770e8fbcbeee877e8 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;
|
|
|