commit | 3518e7bea490fb74cf52c5e37aa0a7c8fda8630e | [log] [tgz] |
---|---|---|
author | Zhi Huang <zhihuang@webrtc.org> | Tue Jan 30 21:20:35 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Jan 30 23:07:28 2018 |
tree | 92a57b49e43b6c5abb3d7ff43a40a4132cc59cb3 | |
parent | 018dd6e9d102c93788d62673f81c710a4bc101a2 [diff] |
Add the rejected TransportInfo when creating an answer. Previously, if a media section is rejected by the answerer, the TransportInfo of that section will not be added to the answer but when answer SDP is deserialized by the offerer, the rejected TransportInfo will be added. This CL fixes this inconsistency by adding the TransportInfo of all the m= sections including the rejected ones. Bug: webrtc:8818 Change-Id: I3b163245979c4ac4df31db39262e499f1c4901c4 Reviewed-on: https://webrtc-review.googlesource.com/46380 Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> Commit-Queue: Zhi Huang <zhihuang@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21815}
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.