CommonStreamIdInvalidCharacter constant
Description: The input streamID contains invalid characters.
Cause: The streamID parameter passed in when calling startPublishingStream
or startPlayingStream
contains invalid characters.
Solutions: Check whether the streamID parameter passed in when calling the function is normal, only support numbers, English characters and '-', '_'.
Implementation
static const int CommonStreamIdInvalidCharacter = 1000016;