ZegoUIKitDeviceExceptionType enum

Inheritance

Constructors

ZegoUIKitDeviceExceptionType()
const

Values

unknown → const ZegoUIKitDeviceExceptionType

Unknown device exception.

generic → const ZegoUIKitDeviceExceptionType

Generic device exception.

invalidId → const ZegoUIKitDeviceExceptionType

Invalid device ID exception.

permissionNotGranted → const ZegoUIKitDeviceExceptionType

Device permission is not granted.

zeroCaptureFps → const ZegoUIKitDeviceExceptionType

The capture frame rate of the device is 0.

deviceOccupied → const ZegoUIKitDeviceExceptionType

The device is being occupied.

deviceUnplugged → const ZegoUIKitDeviceExceptionType

The device is unplugged (not plugged in).

rebootRequired → const ZegoUIKitDeviceExceptionType

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

mediaServicesWereLost → const ZegoUIKitDeviceExceptionType

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).

siriIsRecording → const ZegoUIKitDeviceExceptionType

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

soundLevelTooLow → const ZegoUIKitDeviceExceptionType

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

magneticCase → const ZegoUIKitDeviceExceptionType

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

audioSessionDeactivate → const ZegoUIKitDeviceExceptionType

Audio session deactivate (Apple platform only).

audioSessionCategoryChange → const ZegoUIKitDeviceExceptionType

Audio session category change (Apple platform only).

interruption → const ZegoUIKitDeviceExceptionType

The device is interrupted, such as a phone call interruption, etc.

inBackground → const ZegoUIKitDeviceExceptionType

There are multiple apps at the same time in the foreground, such as the iPad app split screen, the system will prohibit all apps from using the camera.

multiForegroundApp → const ZegoUIKitDeviceExceptionType

CDN server actively disconnected

bySystemPressure → const ZegoUIKitDeviceExceptionType

The system is under high load pressure and may cause abnormal equipment.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<ZegoUIKitDeviceExceptionType>
A constant List of the values in this enum, in order of their declaration.