Index: webrtc/api/peerconnectioninterface.h |
diff --git a/webrtc/api/peerconnectioninterface.h b/webrtc/api/peerconnectioninterface.h |
index 0ac37e1564e935584913bd0bebe8a1f720e2f6e1..3757dad8bb0916a006057a8ff29d3e942641c5e1 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 prune_turn_ports = false; |
}; |
struct RTCOfferAnswerOptions { |