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

Call does not start, TypeError

Open borabaloglu opened this issue 5 years ago • 1 comments

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 ?

borabaloglu avatar Jan 08 '20 11:01 borabaloglu

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

josearmandojacq avatar Jan 08 '20 12:01 josearmandojacq