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
remote-candidateICEcandidateremotenetwork
address
The IP address of the remote ICE candidate.
Description
String
The IP address of the remote ICE candidate as received from the remote peer through signaling. May be IPv4, IPv6, or an mDNS hostname.
Defined in the W3C WebRTC Statistics specification.
See also
- remote-candidate->port
- remote-candidate->candidateType
- local-candidate->address
- WebRTC Statistics Specification

Notes
- The remote candidate address, combined with the local candidate, defines the network path in use
- For relay candidates, this is the TURN server's address, not the actual peer's address