CommonStreamIdNull constant
Description: The input StreamID is null.
Cause: The streamID parameter passed in when calling startPublishingStream
or startPlayingStream
is null or empty string.
Solutions: Check whether the streamID parameter passed in when calling the function is normal.
Implementation
static const int CommonStreamIdNull = 1000015;