Amazon Kinesis Webrtc C SDK
 
Loading...
Searching...
No Matches
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.
 
UINT64 ttl
 TTL of the configuration is 100ns.
 
UINT32 uriCount
 Number of Ice URI objects.
 
CHAR uris [4][MAX_ICE_CONFIG_URI_LEN+1]
 List of Ice server URIs.
 
CHAR userName [256+1]
 Username for the server.
 
CHAR password [256+1]
 Password for the server.
 

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: