pusher_webrtc
pusher_webrtc copied to clipboard
Failed to execute 'createObjectURL' on 'URL':
an error occured TypeError: Failed to execute 'createObjectURL' on 'URL': No function was found that matched the signature provided. at (index):128
It shows this kind of error when I start this application.
Please check this screen shot.
Instead of this: document.getElementById("selfview").src = window.URL.createObjectURL(stream);
write this : document.getElementById("selfview").srcObject = stream;