Count related macros. More...

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) | 
Count related macros.
Counts of different structure members
| #define MAX_ICE_CONFIG_COUNT 5 | 
Maximum number of ICE configs allowed
| #define MAX_ICE_CONFIG_URI_COUNT 4 | 
Maximum number of ICE config URI allowed
| #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)