NERtcRuntimeError class Null safety

Runtime error

Constructors

NERtcRuntimeError()

Properties

hashCode int
The hash code for this object.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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

admNoAuthorize → const int
No audio permissions
50000
admPlayoutInitError → const int
Failed to initialize the audio playback device
50203
admPlayoutStartError → const int
Failed to open the audio playback device
50204
admPlayoutUnknownError → const int
Runtime error for the audio playback device
50205
admRecordInitError → const int
microphone Initialization failure
50103
admRecordStartError → const int
Failed to turn on the microphone
50104
admRecordUnknownError → const int
Microphone runtime error
50105
vdmCameraDisconnectError → const int
Camera is occupied by other applications
50303
vdmCameraFreezedError → const int
Camera freeze
50304
vdmCameraUnknownError → const int
Camera runtime error
50305
vdmNoAuthorize → const int
No video permissions
50001