CustomVideoIOCapturerNotCreated constant
Description: The custom video capturer is not created.
Cause: Create custom video capturer before onStart callback received.
Solutions: Please create custom video capturer after received onStart callback.
Implementation
static const int CustomVideoIOCapturerNotCreated = 1011001;