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

Warning for URL.createObjectURL(stream) Deprecated and use elem.srcObject = stream #943

Closed
rantonysamy opened this issue Oct 31, 2017 · 1 comment

Comments

@rantonysamy
Copy link
Contributor

Browsers and versions affected
Google Chrome on Mac OS, Chrome on Chromebooks

Description
Java Console says URL.createObjectURL(stream) is deprecated, please use elem.srcObject = stream instead

Steps to reproduce
Go to https://webrtc.github.io/samples/src/content/getusermedia/record/
Inspect and look at the Console

Expected results
Javascript console should not give any warnings and errors.

Actual results
Still using Deprecated
Create_Object_Stream.log
method and getting a warning.

@fippo
Copy link
Collaborator

fippo commented Oct 31, 2017

will be fixed by #920

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants