commit | f0229767d1835d5857041298ede6348aa8423980 | [log] [tgz] |
---|---|---|
author | Jonas Oreland <jonaso@webrtc.org> | Thu Oct 12 09:18:55 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Oct 13 05:08:26 2017 |
tree | b7805bf9884e3f76fcf23bf8cd52ee0b582610a4 | |
parent | 6188018e1d5f901ae58c7afcb451956438b357b3 [diff] |
Fix bug in recently introduced TurnCustomizer The problem was that TurnCustomizerMaybeModifyOutgoingStunMessage was called before the message was constructed. This is now fixed and tested in TestTurnCustomizer. BUG=webrtc:8313 Change-Id: Ie9a69cc2ff514796af0da987de733b3db8382883 Reviewed-on: https://webrtc-review.googlesource.com/8840 Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> Commit-Queue: Jonas Oreland <jonaso@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20261}
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.