: RtcIceCandidateStats Stats related to a specific candidate in a pair More...
#include <Stats.h>

Public Attributes | |
| DOMString | url |
| For local candidates this is the URL of the ICE server from which the candidate was obtained. | |
| CHAR | address [45U+1] |
| IPv4 or IPv6 address of the candidate. | |
| CHAR | protocol [7U+1] |
| Valid values: UDP, TCP. | |
| CHAR | relayProtocol [7U+1] |
| Valid values: UDP, TCP, TLS. | |
| INT32 | priority |
| Computed using the formula in https://tools.ietf.org/html/rfc5245#section-15.1. | |
| INT32 | port |
| Port number of the candidate. | |
| CHAR | candidateType [7U+1] |
| Type of local/remote ICE candidate. | |
: RtcIceCandidateStats Stats related to a specific candidate in a pair
Reference: https://www.w3.org/TR/webrtc-stats/#icecandidate-dict*
| CHAR RtcIceCandidateStats::address[45U+1] |
IPv4 or IPv6 address of the candidate.
| CHAR RtcIceCandidateStats::candidateType[7U+1] |
Type of local/remote ICE candidate.
| INT32 RtcIceCandidateStats::port |
Port number of the candidate.
| INT32 RtcIceCandidateStats::priority |
Computed using the formula in https://tools.ietf.org/html/rfc5245#section-15.1.
| CHAR RtcIceCandidateStats::protocol[7U+1] |
Valid values: UDP, TCP.
| CHAR RtcIceCandidateStats::relayProtocol[7U+1] |
Valid values: UDP, TCP, TLS.
Protocol used by endpoint to communicate with TURN server. (Only for local candidate)
| DOMString RtcIceCandidateStats::url |
For local candidates this is the URL of the ICE server from which the candidate was obtained.