SimpleRTC icon indicating copy to clipboard operation
SimpleRTC copied to clipboard

URL.createObjectURL() is dead

Open apudiu opened this issue 5 years ago • 0 comments

Hello, URL.createObjectURL() is removed from browsers so this no longer works,

Please update the code to use video.srcObject = stream; instead video.src = URL.createObjectURL(stream); & also update the live demo, so people can test.

Thanks

apudiu avatar Mar 16 '19 12:03 apudiu