Amazon Kinesis Webrtc C SDK
IceConfigInfo Struct Reference

ICE configuration information struct. More...

#include <Include.h>

Collaboration diagram for IceConfigInfo:
Collaboration graph

Public Attributes

UINT32 version
 Version of the struct. More...
 
UINT64 ttl
 TTL of the configuration is 100ns. More...
 
UINT32 uriCount
 Number of Ice URI objects. More...
 
CHAR uris [4][MAX_ICE_CONFIG_URI_LEN+1]
 List of Ice server URIs. More...
 
CHAR userName [256+1]
 Username for the server. More...
 
CHAR password [256+1]
 Password for the server. More...
 

Detailed Description

ICE configuration information struct.

NOTE: Each ICE configuration has an array of ICE URIs. The actual URI count is specified in uriCount member.

NOTE:TTL is given in default which is 100ns duration


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