: 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. More... | |
DOMString | transportId |
Not used currently. ID of object that was inspected for RTCTransportStats. More... | |
CHAR | address [45U+1] |
IPv4 or IPv6 address of the candidate. More... | |
DOMString | protocol |
Valid values: UDP, TCP. More... | |
DOMString | relayProtocol |
INT32 | priority |
Computed using the formula in https://tools.ietf.org/html/rfc5245#section-15.1. More... | |
INT32 | port |
Port number of the candidate. More... | |
DOMString | candidateType |
Type of local/remote ICE candidate. More... | |
: 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.
DOMString RtcIceCandidateStats::candidateType |
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.
DOMString RtcIceCandidateStats::protocol |
Valid values: UDP, TCP.
DOMString RtcIceCandidateStats::relayProtocol |
Protocol used by endpoint to communicate with TURN server. (Only for local candidate) Valid values: UDP, TCP, TLS
DOMString RtcIceCandidateStats::transportId |
Not used currently. ID of object that was inspected for RTCTransportStats.
DOMString RtcIceCandidateStats::url |
For local candidates this is the URL of the ICE server from which the candidate was obtained.