shama / letswritecode

:mortar_board: code examples for Let's Write Code
https://www.youtube.com/user/kylerobinsonyoung
804 stars 759 forks source link

window.URL.createObjectURL is deprecated #28

Open multimanic opened 4 years ago

multimanic commented 4 years ago

https://github.com/shama/letswritecode/blob/3102a79da3b7289dd2a6dd70f57b7dcb50b53d9d/p2p-video-chat-webrtc/index.js#L35

+   video.srcObject = stream;
-   video.src = window.URL.createObjectURL(stream)

source: https://www.fxsitecompat.dev/en-CA/docs/2017/url-createobjecturl-stream-has-been-deprecated/