skype-clone
skype-clone copied to clipboard
fix: unsupported "createObjectURL" function is replaced
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.
if it works go for it ;)