DescriptionRestoring behavior where PeerConnection tracks changes to MediaStreams.
If a MediaStream is added to a PeerConnection, and later a track
is added to the MediaStream, a new RtpSender will now be created for
that track, and it will appear in subsequent offers.
Similarly, removed tracks will remove RtpSenders.
BUG=webrtc:5265
Committed: https://crrev.com/eb45981165f982dd51425fad5ecb7ea9619063d3
Cr-Commit-Position: refs/heads/master@{#11040}
Patch Set 1 #Patch Set 2 : Check that iterator is valid before erasing. #
Total comments: 6
Patch Set 3 : Addressing comments. #Patch Set 4 : Forgot to call erase with remove_if. #Patch Set 5 : Fixing formatting. #Patch Set 6 : Fixing merge conflicts. #
Messages
Total messages: 21 (10 generated)
|