Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ZegoDeviceExceptionType

The exception type for the device.

Index

Enumeration members

DeviceOccupied

DeviceOccupied: = 5

The device is being occupied.

DeviceUnplugged

DeviceUnplugged: = 6

The device is unplugged (not plugged in).

Generic

Generic: = 1

Generic device exception.

InvalidID

InvalidID: = 2

Invalid device ID exception.

MagneticCase

MagneticCase: = 11

The device is being occupied, and maybe cause by iPad magnetic case (Apple platform only).

MediaServiceWereLost

MediaServiceWereLost: = 8

The system media service is unavailable, e.g. when the iOS system detects that the current pressure is huge (such as playing a lot of animation), it is possible to disable all media related services (Apple platform only).

PermissionNotGranted

PermissionNotGranted: = 3

Device permission is not granted.

RebootRequired

RebootRequired: = 7

The device requires the system to restart before it can work (Windows platform only).

SiriIsRecording

SiriIsRecording: = 9

The device is being occupied by Siri (Apple platform only).

SoundLevelTooLow

SoundLevelTooLow: = 10

The device captured sound level is too low (Windows platform only).

Unknown

Unknown: = 0

Unknown device exception.

ZeroCaptureFPS

ZeroCaptureFPS: = 4

The capture frame rate of the device is 0.

Generated using TypeDoc