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…