Definition
Identifiers for WebRTC's Statistics API defines RTCIceCandidateStats
dictionary RTCIceCandidateStats : RTCStats {
required DOMString transportId;
DOMString? address;
long port;
DOMString protocol;
required RTCIceCandidateType candidateType;
long priority;
DOMString url;
RTCIceServerTransportProtocol relayProtocol;
DOMString foundation;
DOMString relatedAddress;
long relatedPort;
DOMString usernameFragment;
RTCIceTcpCandidateType tcpType;
};