Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: webrtc/api/peerconnectioninterface.h

Issue 2761143002: Support encrypted RTP extensions (RFC 6904) (Closed)
Patch Set: Various changes based on feedback from Peter and Taylor. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/config.h » ('j') | webrtc/config.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/peerconnectioninterface.h
diff --git a/webrtc/api/peerconnectioninterface.h b/webrtc/api/peerconnectioninterface.h
index b346783bb37048699b95e256026b8bf1a92bb08e..6f9fd5014991a2ffc2d35099fb5bf55149ae3fcd 100644
--- a/webrtc/api/peerconnectioninterface.h
+++ b/webrtc/api/peerconnectioninterface.h
@@ -871,6 +871,10 @@ class PeerConnectionFactoryInterface : public rtc::RefCountInterface {
// Sets crypto related options, e.g. enabled cipher suites.
rtc::CryptoOptions crypto_options;
+
+ // If set to true, encrypted RTP header extensions as defined in RFC 6904
+ // will be negotiated. They will be only used if both peers support them.
+ bool enable_encrypted_rtp_header_extensions = false;
};
virtual void SetOptions(const Options& options) = 0;
« no previous file with comments | « no previous file | webrtc/config.h » ('j') | webrtc/config.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698