DeviceErrorTypeNoAuthorization constant

int const DeviceErrorTypeNoAuthorization

Description: No permission to access the device.
Cause: Did not apply for or obtain the permission to use the corresponding device.
Solutions: Please check whether the application has correctly applied for the camera or microphone permission, and whether the user has granted the corresponding permission.

Implementation

static const int DeviceErrorTypeNoAuthorization = 1006003;