NECallTerminalCode enum
Reason why a call ended.
Desktop runtime reuses the same public terminal space as mobile. Multi- client login alignment on desktop is normalized into kicked, otherRejected and otherAccepted instead of introducing a desktop-only terminal model.
Values
- normal → const NECallTerminalCode
-
Normal termination.
- tokenError → const NECallTerminalCode
-
Failed to obtain or validate token.
- timeOut → const NECallTerminalCode
-
Call timed out without being answered.
- busy → const NECallTerminalCode
-
Callee is busy.
- rtcInitError → const NECallTerminalCode
-
RTC engine initialization error.
- joinRtcError → const NECallTerminalCode
-
Failed to join the RTC channel.
- cancelErrorParam → const NECallTerminalCode
-
Invalid parameters in cancel request.
- callFailed → const NECallTerminalCode
-
Failed to place the call.
- kicked → const NECallTerminalCode
-
Account was kicked offline.
- emptyUid → const NECallTerminalCode
-
UID is empty.
- rtcDisconnected → const NECallTerminalCode
-
RTC connection was lost.
- callerCancel → const NECallTerminalCode
-
Caller cancelled the call.
- calleeCancel → const NECallTerminalCode
-
Call was cancelled by the callee.
- calleeReject → const NECallTerminalCode
-
Callee rejected the call.
- callerRejected → const NECallTerminalCode
-
Caller was rejected.
- hangUp → const NECallTerminalCode
-
Caller hung up.
- beHangUp → const NECallTerminalCode
-
Call was hung up by the other side.
- otherRejected → const NECallTerminalCode
-
Rejected on another logged-in device.
- otherAccepted → const NECallTerminalCode
-
Accepted on another logged-in device.
- userRtcDisconnected → const NECallTerminalCode
-
User RTC connection was disconnected.
- userRtcLeave → const NECallTerminalCode
-
User left the RTC channel.
- acceptFail → const NECallTerminalCode
-
Call accept failed.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
-
values
→ const List<
NECallTerminalCode> - A constant List of the values in this enum, in order of their declaration.