commit | 27ab0e5ee56bdfe4dfe2291107e753e38bba4603 | [log] [tgz] |
---|---|---|
author | Steve Anton <steveanton@webrtc.org> | Mon Jul 23 22:11:53 2018 |
committer | Steve Anton <steveanton@webrtc.org> | Mon Jul 23 23:49:44 2018 |
tree | 8a43c455de391dc5a81903f9bbbd4838d4df7778 | |
parent | 4206a0a8498a94b3e30e494d1edf7c9266331902 [diff] |
Add CreateIceCandidate overload which takes a cricket::Candidate This gives clients a clear way to create an IceCandidateInterface instance for use with PeerConnection from a parsed cricket::Candidate structure. Previously, the only way was with the JsepIceCandidate constructor, but this CL will allow us to move that class out of the API. Bug: webrtc:9544 Change-Id: Idfc1f1e0f5ee4c68d94599aae3fb824b23189a7c Reviewed-on: https://webrtc-review.googlesource.com/90121 Reviewed-by: Seth Hampson <shampson@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24074}
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.