CallFinishReason 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
- acceptOnOtherClient → const int
- 当前用户在其它端接听来电
- busy → const int
- 当前用户忙线
- cancel → const int
- 当前用户取消呼叫
- decline → const int
- 当前用户拒接来电
- hangup → const int
- 当前用户挂断已接通的来电
- hangupOnOtherClient → const int
- 当前用户在其它端挂断来电
- networkError → const int
- 网络出错
- noResponse → const int
- 当前用户未接听
- otherSideBusy → const int
- 对端用户忙线
- otherSideCancel → const int
- 对端用户取消呼叫
- otherSideDecline → const int
- 对端用户拒接来电
- otherSideHangup → const int
- 对端用户挂断已接通的来电
- otherSideNoResponse → const int
- 对端用户未接听
- roomDestroy → const int
- 房间被销毁
- unknown → const int
- 未知原因