This is part of the work towards implementing Unified Plan. In Unified Plan, an RtpSender/MediaStreamTrack can be a part of multiple streams. This changes RtpSender to internally store stream ids as a vector so that later CL's can update downstream consumers to support multiple streams. For now, the vector can only have exactly one element in it, but once the supporting code has been updated the singular getter/setter will be removed and any number of streams can be associated with an RtpSender. Bug: webrtc:8183 Change-Id: I499a77ce79198861d35c91328b40ced2eb913cc0 Reviewed-on: https://chromium-review.googlesource.com/646712 Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> Commit-Queue: Steve Anton <steveanton@webrtc.org> Cr-Commit-Position: refs/heads/master@{#19733}
Name: WebRTC URL: http://www.webrtc.org Version: 90 License: BSD License File: LICENSE Description: WebRTC provides real time voice and video processing functionality to enable the implementation of PeerConnection/MediaStream. Third party code used in this project is described in the file LICENSE_THIRD_PARTY.