Skip to content

Call does not start, TypeError #200

Description

@borabaloglu

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions