ourcodeworld / videochat-peerjs-example

A videochat implementation using PeerJS with Node.js
MIT License
81 stars 71 forks source link

--fix: video stream object #3

Open creator1134 opened 5 years ago

creator1134 commented 5 years ago

removed the deprecated CreateObjectURL.

jvolker commented 4 years ago

This fixes script.js:113 Uncaught TypeError: Failed to execute 'createObjectURL' on 'URL': No function was found that matched the signature provided. for me. Thanks.