commit | 7af91ddd6bda4f411d0025c5d5a2d32be540a34c | [log] [tgz] |
---|---|---|
author | deadbeef <deadbeef@webrtc.org> | Tue Dec 13 19:29:11 2016 |
committer | Commit bot <commit-bot@chromium.org> | Tue Dec 13 19:29:16 2016 |
tree | 5815d9dfb29f0a51948fa436033ba3a253fc44e7 | |
parent | 00fd520c8c23e27187dd499582aa4d46ea661915 [diff] |
Removing "crypto_required" from MediaContentDescription. "Crypto required" is a property of the PeerConnection of construction time; it has nothing to do with SDP. So I'm moving it out of MediaContentDescription and putting it in the BaseChannel constructor instead. This is more intuitive, and provides the added assurance that "secure_required_" can't be flipped from "true" to "false". BUG=None Review-Url: https://codereview.webrtc.org/2537343003 Cr-Commit-Position: refs/heads/master@{#15579}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.