RTCIceCandidateStats: foundation property

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

The foundation property of the RTCIceCandidateStats interface is a string that allows correlation of candidates from a common network path on multiple RTCIceTransport objects.

It is the same for two candidates that are of the same type, are using the same transport protocol, originate from the same IP address, use ports that fall within the same range, and come from the same STUN server.

For more information see RTCIceCandidate.foundation.

Value

A string representing the foundation of the corresponding RTCIceCandidate.

Specifications

Specification
Identifiers for WebRTC's Statistics API
# dom-rtcicecandidatestats-foundation

Browser compatibility