Amazon Kinesis Webrtc C SDK
IceServer Struct Reference

#include <IceUtils.h>

Collaboration diagram for IceServer:
Collaboration graph

Public Attributes

BOOL isTurn
 
BOOL isSecure
 
CHAR url [MAX_ICE_CONFIG_URI_LEN+1]
 
KvsIpAddress ipAddress
 
CHAR username [MAX_ICE_CONFIG_USER_NAME_LEN+1]
 
CHAR credential [MAX_ICE_CONFIG_CREDENTIAL_LEN+1]
 
KVS_SOCKET_PROTOCOL transport
 
IceServerSetIpFunc setIpFn
 

Member Data Documentation

◆ credential

CHAR IceServer::credential[MAX_ICE_CONFIG_CREDENTIAL_LEN+1]

◆ ipAddress

KvsIpAddress IceServer::ipAddress

◆ isSecure

BOOL IceServer::isSecure

◆ isTurn

BOOL IceServer::isTurn

◆ setIpFn

IceServerSetIpFunc IceServer::setIpFn

◆ transport

KVS_SOCKET_PROTOCOL IceServer::transport

◆ url

CHAR IceServer::url[MAX_ICE_CONFIG_URI_LEN+1]

◆ username

CHAR IceServer::username[MAX_ICE_CONFIG_USER_NAME_LEN+1]

The documentation for this struct was generated from the following file: