#include <IceAgent.h>
Public Attributes | |
CHAR | url [MAX_STATS_STRING_LENGTH+1] |
STUN/TURN server URL. More... | |
CHAR | protocol [MAX_STATS_STRING_LENGTH+1] |
Valid values: UDP, TCP. More... | |
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... | |
Internal structure tracking ICE server parameters for diagnostics and metrics/stats
INT32 RtcIceServerDiagnostics::port |
Port number used by client.
CHAR RtcIceServerDiagnostics::protocol[MAX_STATS_STRING_LENGTH+1] |
Valid values: UDP, TCP.
UINT64 RtcIceServerDiagnostics::totalRequestsSent |
Total amount of requests that have been sent to the server.
UINT64 RtcIceServerDiagnostics::totalResponsesReceived |
Total number of responses received from the server.
UINT64 RtcIceServerDiagnostics::totalRoundTripTime |
Sum of RTTs of all the requests for which response has been received.
CHAR RtcIceServerDiagnostics::url[MAX_STATS_STRING_LENGTH+1] |
STUN/TURN server URL.