commit | 26246cac660a95f439b7d1c593edec2929806d3f | [log] [tgz] |
---|---|---|
author | Jonas Oreland <jonaso@webrtc.org> | Thu Dec 14 08:56:55 2017 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Dec 14 08:24:11 2017 +0000 |
tree | e872444e262890e9bdf8f47f5f71153bd78accdd | |
parent | e549ac20ae8c3fb4e73c5e7a75d915daa257dfa9 [diff] |
Add RelayPortFactoryInterface that allows for custom relay (e.g turn) ports This patch adds a RelayPortFactoryInterface that allows for custom relay ports. The factor is added as optional argument to BasicPortAlloctor. If none is provided a default implementation that mimics existing behavior is created. The patch also adds 2 stun functions, namely to copy a StunAttribute and to remove StunAttribute's from a StunMessage. Bug: webrtc:8640 Change-Id: I59bd51f0f5e2f8c187dff9fcf003a24c35ed037f Reviewed-on: https://webrtc-review.googlesource.com/32600 Commit-Queue: Jonas Oreland <jonaso@webrtc.org> Reviewed-by: Peter Thatcher <pthatcher@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21267}
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.