skype-clone
skype-clone copied to clipboard
Call does not start, TypeError
Hi,
I've tried to test this project. Successfully registered and add my friend. However, when I want to start a call, I got this error message:
TypeError: Failed to execute 'createObjectURL' on 'URL': No function was found that matched the signature provided.
VedioCall._this.handleVideo src/components/vedioCall.js:25
22 |
23 | handleVideo= (stream)=> {
24 | // Update the state, triggering the component to re-render with the correct stream
> 25 | this.refs.video.src = window.URL.createObjectURL(stream);
26 | };
27 |
28 | videoError= ()=> {
I couldn't find any open or closed issue. Could you please help me to solve this problem ?
Hey. This is a project we discontinue a while ago. There are probably more errors wanting to be found 😁. Feel free to contribute to it