Lengths of different character arrays. More...
Macros | |
#define | MAX_CHANNEL_NAME_LEN 256 |
#define | MAX_SIGNALING_CLIENT_ID_LEN 256 |
#define | MAX_ICE_CONFIG_USER_NAME_LEN 256 |
#define | MAX_ICE_CONFIG_CREDENTIAL_LEN 256 |
#define | MAX_SIGNALING_ENDPOINT_URI_LEN 512 |
#define | MAX_ICE_CONFIG_URI_LEN 256 |
#define | MAX_CORRELATION_ID_LEN 256 |
#define | MAX_ERROR_TYPE_STRING_LEN 256 |
#define | MAX_STATUS_CODE_STRING_LEN 256 |
#define | MAX_MESSAGE_DESCRIPTION_LEN 1024 |
#define | MAX_SESSION_DESCRIPTION_INIT_SDP_LEN 25000 |
#define | MAX_MEDIA_STREAM_ID_LEN 255 |
#define | MAX_RTCCONFIGURATION_CERTIFICATES 3 |
#define | MAX_MEDIA_STREAM_TRACK_ID_LEN 255 |
#define | MAX_ICE_CANDIDATE_INIT_CANDIDATE_LEN 255 |
#define | MAX_DATA_CHANNEL_NAME_LEN 255 |
#define | MAX_DATA_CHANNEL_PROTOCOL_LEN 255 |
#define | MAX_SIGNALING_MESSAGE_LEN (10 * 1024) |
Lengths of different character arrays.
Lengths of some string members of different structures
#define MAX_CHANNEL_NAME_LEN 256 |
Maximum allowed channel name length
#define MAX_CORRELATION_ID_LEN 256 |
Maximum allowed correlation ID length
#define MAX_DATA_CHANNEL_NAME_LEN 255 |
Maximum length of DataChannel name
#define MAX_DATA_CHANNEL_PROTOCOL_LEN 255 |
Maximum length of DataChannel Protocol
#define MAX_ERROR_TYPE_STRING_LEN 256 |
Maximum allowed error string length
#define MAX_ICE_CANDIDATE_INIT_CANDIDATE_LEN 255 |
Maximum length of candidate member of ICECandidateInit
#define MAX_ICE_CONFIG_CREDENTIAL_LEN 256 |
Maximum allowed ICE configuration password length https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/API_AWSAcuitySignalingService_IceServer.html#KinesisVideo-Type-AWSAcuitySignalingService_IceServer-Password
#define MAX_ICE_CONFIG_URI_LEN 256 |
Maximum allowed ICE URI length
#define MAX_ICE_CONFIG_USER_NAME_LEN 256 |
Maximum allowed ICE configuration user name length https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/API_AWSAcuitySignalingService_GetIceServerConfig.html#API_AWSAcuitySignalingService_GetIceServerConfig_RequestSyntax
#define MAX_MEDIA_STREAM_ID_LEN 255 |
Maximum length of a MediaStream's ID
#define MAX_MEDIA_STREAM_TRACK_ID_LEN 255 |
Maximum length of a MediaStream's Track ID
#define MAX_MESSAGE_DESCRIPTION_LEN 1024 |
Maximum allowed message description length
#define MAX_RTCCONFIGURATION_CERTIFICATES 3 |
Max certificates an RtcConfiguration can accept
#define MAX_SESSION_DESCRIPTION_INIT_SDP_LEN 25000 |
Maximum length of SDP member in RtcSessionDescriptionInit
#define MAX_SIGNALING_CLIENT_ID_LEN 256 |
Maximum allowed signaling client ID length
#define MAX_SIGNALING_ENDPOINT_URI_LEN 512 |
Maximum allowed signaling URI length
#define MAX_SIGNALING_MESSAGE_LEN (10 * 1024) |
Maximum length of signaling message
#define MAX_STATUS_CODE_STRING_LEN 256 |
Maximum allowed code string length