I am using Docker Desktop Community Version 2.1.0.5. The docker engine is 19.03.5. My setup is three machines all on the same LAN. One is running the docker container with the command line above and the openvidu-insecure-angular server with the Windows modifications. The other two machines had a web browser tab to the angular app and another tab for the openvidu dashboard to make sure I do not have a cert issue.
I am running the container with this command in a powershell window:
docker run -p 4443:4443 --rm -e OPENVIDU_SECRET=MY_SECRET -e DOMAIN_OR_PUBLIC_IP=192.168.1.231 openvidu/openvidu-server-kms:2.15.0
What else could I look at as to why those disconnects are happening? Is there something I can set in the container when it is run?
Thanks,
Aaron