Chromium Code Reviews

Unified Diff: webrtc/api/peerconnectioninterface.h

Issue 1987833002: Add a flag to filter out high-cost networks. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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 {

Powered by Google App Engine