CommonCdnAuthParamTooLong constant

int const CommonCdnAuthParamTooLong

Description: The Input CDN auth param is too long.
Cause: The length of auth parameter passed in when calling enablePublishDirectToCDN or startPlayingStream exceeds the limit.
Solutions: Auth param length should be less than 1024 bytes.

Implementation

static const int CommonCdnAuthParamTooLong = 1000019;