commit | a3a92c264b3f35ee6a91e2398ead0cf5a605df41 | [log] [tgz] |
---|---|---|
author | Steve Anton <steveanton@webrtc.org> | Thu Dec 07 10:27:41 2017 -0800 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Dec 07 19:08:47 2017 +0000 |
tree | 1009dda1cb27defd7eb5d41a6250ad8e8fd71bbc | |
parent | 3c1f05db842dd03375e74d44950932f702812f0e [diff] |
Replace string type with SdpType enum This moves all WebRTC internal code from using SessionDescriptionInterface::type() which returns a string and from using CreateSessionDescription with a string type parameter. Bug: webrtc:8613 Change-Id: I1cdd93dc4b26dec157e22476fdac569d5da2810a Reviewed-on: https://webrtc-review.googlesource.com/29500 Commit-Queue: Steve Anton <steveanton@webrtc.org> Reviewed-by: Magnus Jedvert <magjed@webrtc.org> Reviewed-by: Zhi Huang <zhihuang@webrtc.org> Reviewed-by: Peter Thatcher <pthatcher@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21147}
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.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.