WebRTC Metrics

A comprehensive overview of WebRTC statistics, derived indicators, and observable signals, to better understand call quality, connectivity, and user experience in rtcStats

Back
connectivityconfigurationbug

Private TURN address published

A relay candidate was found with a private IP address. This usually means there’s a TURN server misconfiguration.

Description

A relay ICE candidate was received with a private IP address. This means the TURN server is using a private IP, whereas in most cases it should be using its public IP addresses to function properly.

In such a case, check the configuration of your TURN server and validate that what you are really aiming for is for it to publish a private IP address and not a public one.

What do we do here?

We look into the candidate pairs to check if they hold a public or a private IP address.