CommonEngineNotStarted constant

int const CommonEngineNotStarted

Description: The audio and video module of the engine is not started and cannot support function realization.
Cause: Audio and video modules with no engine started.
Solutions: Please call startPreviewView startPublishingStream startPlayingStream to start the audio and video module first.

Implementation

static const int CommonEngineNotStarted = 1000003;