You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: