: RtcIceServerStats Stats related to the ICE Server More...
#include <Stats.h>
Public Attributes | |
DOMString | url |
STUN/TURN server URL. More... | |
DOMString | protocol |
Valid values: UDP, TCP. More... | |
UINT32 | iceServerIndex |
INT32 | port |
Port number used by client. More... | |
UINT64 | totalRequestsSent |
Total amount of requests that have been sent to the server. More... | |
UINT64 | totalResponsesReceived |
Total number of responses received from the server. More... | |
UINT64 | totalRoundTripTime |
Sum of RTTs of all the requests for which response has been received. More... | |
: RtcIceServerStats Stats related to the ICE Server
Reference: https://www.w3.org/TR/webrtc-stats/#ice-server-dict*
UINT32 RtcIceServerStats::iceServerIndex |
Ice server index to get stats from. Not available in spec! Needs to be populated by the application to get specific server stats
INT32 RtcIceServerStats::port |
Port number used by client.
DOMString RtcIceServerStats::protocol |
Valid values: UDP, TCP.
UINT64 RtcIceServerStats::totalRequestsSent |
Total amount of requests that have been sent to the server.
UINT64 RtcIceServerStats::totalResponsesReceived |
Total number of responses received from the server.
UINT64 RtcIceServerStats::totalRoundTripTime |
Sum of RTTs of all the requests for which response has been received.
DOMString RtcIceServerStats::url |
STUN/TURN server URL.