Index: webrtc/api/peerconnectioninterface.h |
diff --git a/webrtc/api/peerconnectioninterface.h b/webrtc/api/peerconnectioninterface.h |
index 0ac37e1564e935584913bd0bebe8a1f720e2f6e1..1175db09c7cdcc084c344f887a2284a3ed4d5fe3 100644 |
--- a/webrtc/api/peerconnectioninterface.h |
+++ b/webrtc/api/peerconnectioninterface.h |
@@ -300,6 +300,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 disable_low_priority_turn_ports = false; |
}; |
struct RTCOfferAnswerOptions { |