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

Unified Diff: public/platform/WebRTCConfiguration.h

Issue 1116253004: Add RtcpMuxPolicy to PeerConnection. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: make negotiate the default Created 5 years, 7 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 | « Source/platform/mediastream/RTCConfiguration.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebRTCConfiguration.h
diff --git a/public/platform/WebRTCConfiguration.h b/public/platform/WebRTCConfiguration.h
index e8140522bf23417f0e0c919a4cf11ca0d1d6ff59..9398a49ac9e3c2964e563083400dd4aaf4b24bb2 100644
--- a/public/platform/WebRTCConfiguration.h
+++ b/public/platform/WebRTCConfiguration.h
@@ -84,6 +84,11 @@ enum WebRTCBundlePolicy {
WebRTCBundlePolicyMaxBundle
};
+enum WebRTCRtcpMuxPolicy {
+ WebRTCRtcpMuxPolicyNegotiate,
+ WebRTCRtcpMuxPolicyRequire
+};
+
class WebRTCConfiguration {
public:
WebRTCConfiguration() { }
@@ -108,6 +113,8 @@ public:
BLINK_PLATFORM_EXPORT WebRTCBundlePolicy bundlePolicy() const;
+ BLINK_PLATFORM_EXPORT WebRTCRtcpMuxPolicy rtcpMuxPolicy() const;
+
#if INSIDE_BLINK
BLINK_PLATFORM_EXPORT WebRTCConfiguration(RTCConfiguration*);
#endif
« no previous file with comments | « Source/platform/mediastream/RTCConfiguration.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698