CommonCdnUrlTooLong constant

int const CommonCdnUrlTooLong

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

Implementation

static const int CommonCdnUrlTooLong = 1000018;