commit | 2039306d661ab7761b1857ac6497ce1423f3665c | [log] [tgz] |
---|---|---|
author | Steve Anton <steveanton@webrtc.org> | Mon Dec 04 16:24:52 2017 -0800 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Dec 05 00:53:19 2017 +0000 |
tree | 5c8b4dc7114681c8e5ccf7b704d8a8830791b7dc | |
parent | 6ebf11148029372bdb1e41d4d8b6bf2e07f05a22 [diff] |
Replace PeerConnection::Action with cricket::ContentAction PeerConnection had an Action enum as a holdover from the WebRtcSession merge with the same members as cricket::ContentAction. Since ContentAction is used in more places outside of PeerConnection, this change removes the Action enum and replaces its use with cricket::ContentAction. Bug: webrtc:8587 Change-Id: I3e825fe285dbaf6b3f128eccde0f38864171af13 Reviewed-on: https://webrtc-review.googlesource.com/27321 Commit-Queue: Steve Anton <steveanton@webrtc.org> Reviewed-by: Peter Thatcher <pthatcher@webrtc.org> Reviewed-by: Zhi Huang <zhihuang@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21063}
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.