OpenVidu server URL

Following on from https:// openvidu.discourse.group/t/no-audio-in-android-app/3101, I am a bit confused about the URL of the OpenVidu servers.

The Android example app pops up the URL as IpAddress:4443 so it assumes OpenVidu is on 4443. As does the Troubleshooting FAQ

However, deployment/deploying-on-premises/ and the AWS instance make no mention of the 4443 port. There is no Firewal entry in the AWS deploy wizard for it.

The output of my AWS 2.17 instance booting is shown below (changed the URL) and I can connect to this fine.

So is it a doc problem or an AWS instance problem?

openvidu-server_1 | ----------------------------------------------------
openvidu-server_1 |
openvidu-server_1 | OpenVidu is ready!
openvidu-server_1 | ---------------------------
openvidu-server_1 |
openvidu-server_1 | * OpenVidu Server URL: https :// mycompany.com/
openvidu-server_1 |
openvidu-server_1 | * OpenVidu Dashboard: https :// mycompany.com/dashboard
openvidu-server_1 |
openvidu-server_1 | ----------------------------------------------------

Tutorials/demos or local development OpenVidu image uses port 4443, but in a deployment, you should use the URL mentioned in the log. No use of 4443.

Development: 4443
Prod: 443

Thanks. That makes sense