commit | 88f2cb947956ef32e2538a9c36e80072a137c3a7 | [log] [tgz] |
---|---|---|
author | Steve Anton <steveanton@webrtc.org> | Tue Dec 05 20:47:32 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Dec 06 02:27:32 2017 |
tree | ab4da29c698ee7ee526b372ed6dd98e1dac688c9 | |
parent | 3fa0b9852270c8d16db5c4d8fda21502f21623dc [diff] |
Introduce webrtc::SdpType, the chosen enum for offer/pranswer/answer This change introduces a new method |GetType()| in SessionDescriptionInterface which returns an enum for the SDP type rather than a string. Additionally, new overloads were added for CreateSessionDescription to take SdpType instead of a type string. Bug: webrtc:8613 Change-Id: I52b342f12155daf8d623646b0c21b7562f69d101 Reviewed-on: https://webrtc-review.googlesource.com/29380 Reviewed-by: Peter Thatcher <pthatcher@webrtc.org> Reviewed-by: Zhi Huang <zhihuang@webrtc.org> Commit-Queue: Steve Anton <steveanton@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21100}
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.