commit | 83d676bd1505265fca13470288963b0d6ef5f149 | [log] [tgz] |
---|---|---|
author | Seth Hampson <shampson@webrtc.org> | Fri Apr 06 01:12:09 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Apr 06 05:32:24 2018 |
tree | c2f79f2b706ecc7fa9c95d81fa3fcae3a5d6c1a5 | |
parent | 780dc38e41c36eed4034bab1a8f7a59354f80bb7 [diff] |
Bug fix for applying a remote description twice without stream IDs. A downstream bug ocurred because of a lack of symmetry when adding and removing a remote sender in Plan B that specifies SSRCs, but doesn't specify stream IDs. The issue when the first remote description is applied "default" for the stream ID on the remote sender, but the second time it's applied the current remote sender's "default" stream ID does not match the new remote description's empty stream ID. This was incorrectly interpreted as a new remote sender (which removed/added the sender). Bug: webrtc:7933 Change-Id: I87191b9e887b3450ef15111b5e867023c723a86e Reviewed-on: https://webrtc-review.googlesource.com/67191 Reviewed-by: Steve Anton <steveanton@webrtc.org> Reviewed-by: Noah Richards <noahric@chromium.org> Commit-Queue: Seth Hampson <shampson@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22760}
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.