Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Change how passes the localMediaStream to video#224

Closed
herminiotorres wants to merge 1 commit into
wesbos:masterwesbos/JavaScript30:masterfrom
herminiotorres:masterherminiotorres/JavaScript30-1:masterCopy head branch name to clipboard
Closed

Change how passes the localMediaStream to video#224
herminiotorres wants to merge 1 commit into
wesbos:masterwesbos/JavaScript30:masterfrom
herminiotorres:masterherminiotorres/JavaScript30-1:masterCopy head branch name to clipboard

Conversation

@herminiotorres

Copy link
Copy Markdown
Contributor

[Deprecation] URL.createObjectURL with media streams is deprecated and will be removed in M68, around July 2018. Please use HTMLMediaElement.srcObject instead.
video.src = window.URL.createObjectURL(localMediaStream);
https://www.chromestatus.com/features/5618491470118912 or https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL

[Deprecation] `URL.createObjectURL` with media streams is deprecated and will be removed in M68, around July 2018. Please use `HTMLMediaElement.srcObject` instead.
`video.src = window.URL.createObjectURL(localMediaStream);`
https://www.chromestatus.com/features/5618491470118912
or
https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL
@herminiotorres

Copy link
Copy Markdown
Contributor Author

@wesbos what do you think about?

Do you keep the implementation in the file as the same like the video? or does it make sense to comment on how it was in the video and the new format like the specification now?

thanks!

@wesbos

wesbos commented Sep 24, 2018

Copy link
Copy Markdown
Owner

thanks a ton - we switched this in another PR :D

@wesbos wesbos closed this Sep 24, 2018
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

Successfully merging this pull request may close these issues.

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.