When use_external_ip is disabled, only node IP addresses are used as ICE candidates. This causes ICE connections routed through private or internal networks to fail, as those networks may not have access to node IP addresses.
see: https://github.com/livekit/mediatransportutil/blob/master/pkg/rtcconfig/webrtc_config.go#L91-L117
When use_external_ip is disabled, only node IP addresses are used as ICE candidates. This causes ICE connections routed through private or internal networks to fail, as those networks may not have access to node IP addresses.
see: https://github.com/livekit/mediatransportutil/blob/master/pkg/rtcconfig/webrtc_config.go#L91-L117