ICE Servers (STUN / TURN)

ICE servers are used for NAT traversal. STUN discovers your public address; TURN relays traffic when direct connections fail. Higher entries have priority.

@for (entry of entries(); track trackEntry($index, entry); let i = $index) {
{{ entry.type }}

{{ entry.urls }}

@if (entry.type === 'turn' && entry.username) {

User: {{ entry.username }}

}
} @if (entries().length === 0) {

No ICE servers configured. P2P connections may fail across networks.

}

Add ICE Server

@if (newType === 'turn') {
}
@if (addError()) {

{{ addError() }}

}