I have folowed the following tutorial for my installation. https://openvidu.io/docs/tutorials/openvidu-library-angular/
am trying to start open vidu angular application with ipaddress.Iam using the following command
- ng serve --host --disable-host-check
- sudo docker run -p 4443:4443 --rm -e openvidu.publicurl=https://myipadress:4443/ openvidu/openvidu-server-kms:2.12.0
After this if i try to join a session i see nothing.On seeing the logs i find the kms.url is still pointing to ws://localhost:8888.
But if i try through localhost everything works