JRTCErrorCode class

状态码,错误码 常量

Constructors

JRTCErrorCode()

Properties

hashCode int
The hash code for this object.
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

errChannelAlreadyJoined → const int
频道已加入
errChannelAuthFail → const int
鉴权失败
errChannelFull → const int
频道人数已满
errChannelLeave → const int
主动离开
errChannelNetwork → const int
网络异常
errChannelNoUser → const int
没有该用户
errChannelOver → const int
频道已关闭
errChannelServerError → const int
服务报错
errChannelTimeout → const int
加入频道超时
errDeviceStartAudio → const int
打开音频设备失败
errDeviceStartCamera → const int
打开摄像头设备失败
errFunctionCall → const int
接口调用异常,重复接口调用
errInternalError → const int
内部错误
errInvalidParameter → const int
参数无效
errNone → const int
成功
errNotInitSdk → const int
未初始化SDK导致的接口调用异常
errNotJoinChannel → const int
未加入频道导致的接口调用异常
errOther → const int
其他错误