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

[webrtc] Use procedurally-generated media streams #10746

Merged
merged 5 commits into from
Jul 7, 2018

Commits on Jun 14, 2018

  1. [webrtc] Use procedurally-generated media streams

    When scripted to rely on `getUserMedia`, tests for WebRTC require human
    interaction and physical capture devices. Some browsers offer features
    to circumvent these requirements, but such functionality is non-standard
    and subverts code paths used in real-world settings.
    
    Create media streams algorithmically in order to eliminate the
    dependency on the `getUserMedia` API and better facilitate automation.
    jugglinmike committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    afb2b57 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2018

  1. Configuration menu
    Copy the full SHA
    811631b View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. Configuration menu
    Copy the full SHA
    0d28505 View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    43619e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

  1. Configuration menu
    Copy the full SHA
    f9c9f01 View commit details
    Browse the repository at this point in the history