skype-clone icon indicating copy to clipboard operation
skype-clone copied to clipboard

fix: unsupported "createObjectURL" function is replaced

Open borabaloglu opened this issue 5 years ago • 1 comments

createObjectURL is an older method, and replaced with MediaStream directly. Here is a quote from mozilla docs (link)

Older versions of the Media Source specification required using createObjectURL() to create an object URL then setting src to that URL. Now you can just set srcObject to the MediaStream directly.

borabaloglu avatar Jan 08 '20 12:01 borabaloglu

if it works go for it ;)

josearmandojacq avatar Jan 08 '20 12:01 josearmandojacq