MixerStartRequestError constant

int const MixerStartRequestError

Description: Failed to start the stream mixing task.
Cause: Requests are too frequent, exceeding the qps limit of the service.
Solutions: Please ensure that the qps of the mixing request is less than 100.

Implementation

static const int MixerStartRequestError = 1005010;