DeviceErrorTypeZeroFps constant

int const DeviceErrorTypeZeroFps

Description: The frame rate of the capture device is 0.
Cause: Device error, or device does not have permission.
Solutions: Please use the system's video or audio recording application to check whether the device can work normally. Please check whether the application has correctly applied for the camera or microphone permission, and whether the user has granted the corresponding permission. If the device is normal and the application has obtained the corresponding device permissions, please contact ZEGO technical support.

Implementation

static const int DeviceErrorTypeZeroFps = 1006004;