: RtcIceServerStats Stats related to the ICE Server More...
#include <Stats.h>

Public Attributes | |
| CHAR | url [(127+1)] |
| STUN/TURN server URL. | |
| CHAR | protocol [7U+1] |
| Valid values: UDP, TCP. | |
| UINT32 | iceServerIndex |
| INT32 | port |
| Port number used by client. | |
| UINT64 | totalRequestsSent |
| Total amount of requests that have been sent to the server. | |
| UINT64 | totalResponsesReceived |
| Total number of responses received from the server. | |
| UINT64 | totalRoundTripTime |
| Sum of RTTs of all the requests for which response has been received. | |
: 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.
| CHAR RtcIceServerStats::protocol[7U+1] |
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.
| CHAR RtcIceServerStats::url[(127+1)] |
STUN/TURN server URL.