commit | ebe36efad70d70848964a7d8349e71809f69093b | [log] [tgz] |
---|---|---|
author | Taylor Brandstetter <deadbeef@webrtc.org> | Tue Oct 10 00:16:54 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Oct 10 17:07:28 2017 |
tree | 1666dfc2843094840c173bcc53485d7bbe67e23d | |
parent | 933d8b07ea8ec5d1b2a04de277a656a6713e9d4b [diff] |
Update Java MediaStream when native stream's set of tracks changes. This will handle the scenario where, for example, the initial offer/answer only negotiates audio, and video is added later (to the same stream). Previously, there was absolutely no way to get a handle to the new track without hacking the SDP. Now, the stream will be updated after setRemoteDescription finishes. Bug: webrtc:5677 Change-Id: Iea31bb7744da6b82afdaf44c8f74d721298a9474 Reviewed-on: https://webrtc-review.googlesource.com/6261 Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Taylor Brandstetter <deadbeef@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20228}
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.