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

add srcObject for getUserMedia #9146

Closed
wants to merge 3 commits into from

Commits on Mar 10, 2017

  1. add srcObject for getUserMedia

    srcObject is useful when use `video` elements in webRTC video chat.
    `video.srcObject = stream` is standard and well-implemented. 
    you can use `video.src=URL.createObjectURL(stream)` or `video.src=stream.toURL()`.
    but it's a hack and deprecated. don't use it.
    acidsound authored Mar 10, 2017
    Configuration menu
    Copy the full SHA
    ce91652 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2017

  1. fix srcObject property

    acidsound authored Jul 31, 2017
    Configuration menu
    Copy the full SHA
    45b3d4d View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2017

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