Amazon Kinesis Webrtc C SDK

Count related macros. More...

Collaboration diagram for Counts:

Macros

#define MAX_ICE_CONFIG_URI_COUNT   4
 
#define MAX_ICE_CONFIG_COUNT   5
 
#define MAX_ICE_SERVERS_COUNT   (MAX_ICE_CONFIG_COUNT * MAX_ICE_CONFIG_URI_COUNT + 1)
 

Detailed Description

Count related macros.

Counts of different structure members

Macro Definition Documentation

◆ MAX_ICE_CONFIG_COUNT

#define MAX_ICE_CONFIG_COUNT   5

Maximum number of ICE configs allowed

◆ MAX_ICE_CONFIG_URI_COUNT

#define MAX_ICE_CONFIG_URI_COUNT   4

Maximum number of ICE config URI allowed

◆ MAX_ICE_SERVERS_COUNT

#define MAX_ICE_SERVERS_COUNT   (MAX_ICE_CONFIG_COUNT * MAX_ICE_CONFIG_URI_COUNT + 1)

Max ice servers for a RtcPeerConnection. It is calculated as product of maximum number of ICE configurations and maximum number of server URIs plus single STUN (1)