Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix RTCPeerConnection-transceivers.https.html bug. #12237

Merged
merged 1 commit into from
Jul 31, 2018

Commits on Jul 31, 2018

  1. Fix RTCPeerConnection-transceivers.https.html bug.

    This PR accidentally made the "addTrack(0 streams)" test call addTrack()
    with a stream, which broke the tests:
    #12141
    
    Test restored and all "addTrack/addTransceiver(X streams)" are made to
    consistently use "new MediaStream()" the same way.
    
    Bug: 869036
    Change-Id: Ieaf0c73a1996aeb2e87e18f2f9065fa1e6fee1e7
    Reviewed-on: https://chromium-review.googlesource.com/1155125
    Reviewed-by: Harald Alvestrand <[email protected]>
    Commit-Queue: Henrik Boström <[email protected]>
    Cr-Commit-Position: refs/heads/master@{#579341}
    henbos authored and Chrome-bot committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    84b5c72 View commit details
    Browse the repository at this point in the history