webrtc
webrtc copied to clipboard
How do I configure the public IP to announce for host ICE candidates?
I have a webrtc service based on this library. It has ports open on UDP and available on the public network without any firewalls etc. However, the public IP address of the service (its VM) is not known from inside the machine - it is not one of the IP addresses listed on the local network interfaces.
How can I control the IP address that is used to announce host ICE candidates so that peers can connect directly to my service on its public IP?