commit | 26d99c2e280e3e0cf3db50623b5ab18990f080e7 | [log] [tgz] |
---|---|---|
author | zhihuang <zhihuang@webrtc.org> | Mon Feb 13 20:47:27 2017 |
committer | Commit bot <commit-bot@chromium.org> | Mon Feb 13 20:47:27 2017 |
tree | cf49f712901a162be44e66fce525ab3235a16fc8 | |
parent | 9c9d95b2dcf6007de99ad640e2f0f48e69dcb9db [diff] |
Add the URL attribute to cricket::Candiate. The URL of the ICE server will be reconstructed by the Port and the URL attribute is added to the cricket::Candidate struct so that we can tell which ICE server the candidate was gathered from. This CL only changes the native C++ code. The Java and Objc wrapper will be created in separate CLs. BUG=webrtc::7128 Review-Url: https://codereview.webrtc.org/2685053004 Cr-Commit-Position: refs/heads/master@{#16591}
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.