CallErrorCode class
Constructors
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
- acceptFail → const int
- 接听失败
- callExist → const int
- 已在通话中
- cantAcceptWhileNotInvited → const int
- 没被邀请时不能接听通话
- invalidParaMeter → const int
- 参数错误
- inviteFail → const int
- 邀请失败
- joinMediaRoomFail → const int
- 加入 Media 房间失败
- success → const int
- 成功