NERtcRuntimeError class Null safety

运行时错误

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
没有音频权限
50000
admPlayoutInitError → const int
音频播放设备初始化失败
50203
admPlayoutStartError → const int
音频播放设备打开失败
50204
admPlayoutUnknownError → const int
音频播放设备运行错误
50205
admRecordInitError → const int
麦克风初始化失败
50103
admRecordStartError → const int
麦克风打开失败
50104
admRecordUnknownError → const int
麦克风运行错误
50105
vdmCameraDisconnectError → const int
相机被其他应用抢占
50303
vdmCameraFreezedError → const int
相机已冻结
50304
vdmCameraUnknownError → const int
相机运行错误
50305
vdmNoAuthorize → const int
没有视频权限
50001