Open multimanic opened 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/
https://github.com/shama/letswritecode/blob/3102a79da3b7289dd2a6dd70f57b7dcb50b53d9d/p2p-video-chat-webrtc/index.js#L35
source: https://www.fxsitecompat.dev/en-CA/docs/2017/url-createobjecturl-stream-has-been-deprecated/