Chromium Code Reviews

Unified Diff: webrtc/pc/webrtcsessiondescriptionfactory.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.
Jump to:
View side-by-side diff with in-line comments
« webrtc/pc/webrtcsdp_unittest.cc ('K') | « webrtc/pc/webrtcsession.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/webrtcsessiondescriptionfactory.h
diff --git a/webrtc/pc/webrtcsessiondescriptionfactory.h b/webrtc/pc/webrtcsessiondescriptionfactory.h
index 7572f244ec51ace04fc331eb1eaa65fe4c61c9ed..d7421649992891e7581dca58f666d6cd9363c089 100644
--- a/webrtc/pc/webrtcsessiondescriptionfactory.h
+++ b/webrtc/pc/webrtcsessiondescriptionfactory.h
@@ -106,6 +106,10 @@ class WebRtcSessionDescriptionFactory : public rtc::MessageHandler,
void SetSdesPolicy(cricket::SecurePolicy secure_policy);
cricket::SecurePolicy SdesPolicy() const;
+ void set_enable_encrypted_rtp_header_extensions(bool enable) {
+ session_desc_factory_.set_enable_encrypted_rtp_header_extensions(enable);
+ }
+
sigslot::signal1<const rtc::scoped_refptr<rtc::RTCCertificate>&>
SignalCertificateReady;
« webrtc/pc/webrtcsdp_unittest.cc ('K') | « webrtc/pc/webrtcsession.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine