CommonStreamIdTooLong constant
Description: The input streamID is too long.
Cause: The length of the streamID parameter passed in when calling startPublishingStream
or startPlayingStream
exceeds the limit.
Solutions: The streamID should be less than 256 bytes.
Implementation
static const int CommonStreamIdTooLong = 1000014;