#include <IceAgent.h>

Public Attributes | |
| CHAR | url [MAX_ICE_CONFIG_URI_LEN+1] |
| STUN/TURN server URL. | |
| CHAR | protocol [MAX_PROTOCOL_LENGTH+1] |
| Valid values: UDP, TCP. | |
| 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. | |
Internal structure tracking ICE server parameters for diagnostics and metrics/stats
| INT32 RtcIceServerDiagnostics::port |
Port number used by client.
| CHAR RtcIceServerDiagnostics::protocol[MAX_PROTOCOL_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_ICE_CONFIG_URI_LEN+1] |
STUN/TURN server URL.