https://docs.openvidu.io/en/2.14.0/tutorials/openvidu-insecure-react/

I have followed the link below to get started with openvidu video call.

https://docs.openvidu.io/en/2.14.0/tutorials/openvidu-insecure-react/

I am currently on Step 2, where I need run “npm install” and then “npm start”.

Now, I am getting a screen which says “Join a video session” when I click “Join”, it’s throwing me an error: “cannot read property ‘status’ of undefined”.

I have attached a image file which shows this error. I am running the server as well,

I am running the docker command: docker run -p 4443:4443 --rm -e OPENVIDU_SECRET=MY_SECRET openvidu/openvidu-server-kms:2.14.0

I also tried the different cmd’s given in FAQs. But it’s still showing the same error.

Please help me with the resolution…

Try to go to https://localhost:4443 and accept the self-signed certificate.

Also you should take into account how to run docker containers if you’re using Windows https://docs.openvidu.io/en/2.14.0/troubleshooting/#3-i-am-using-windows-to-run-the-tutorials-develop-my-app-anything-i-should-know