ByteRTCRoomMessageSendResult enum
Values
- ByteRTCRoomMessageSendResultSuccess → const ByteRTCRoomMessageSendResult
-
@brief The message sent successfully.
- ByteRTCRoomMessageSendResultTimeout → const ByteRTCRoomMessageSendResult
-
@brief Failure. Sending timeout.
- ByteRTCRoomMessageSendResultNetworkDisconnected → const ByteRTCRoomMessageSendResult
-
@brief Failure. Channel disconnected.
- ByteRTCRoomMessageSendResultExceedQPS → const ByteRTCRoomMessageSendResult
-
@brief Failure. Exceeds QPS limit.
- ByteRTCRoomMessageSendResultNotJoin → const ByteRTCRoomMessageSendResult
-
@brief Failure. The sender has not joined a room.
- ByteRTCRoomMessageSendResultInit → const ByteRTCRoomMessageSendResult
-
@brief Failure. The connection has not completed initialization.
- ByteRTCRoomMessageSendResultNoConnection → const ByteRTCRoomMessageSendResult
-
@brief Failure. No connection available.
- ByteRTCRoomMessageSendResultExceedMaxLength → const ByteRTCRoomMessageSendResult
-
@brief Failure. Message exceeds the range of the permitted size, 64 KB.
- ByteRTCRoomMessageSendResultUnknown → const ByteRTCRoomMessageSendResult
-
@brief Failure. Unknown error.
Properties
- $value → dynamic
-
final
- 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<
ByteRTCRoomMessageSendResult> - A constant List of the values in this enum, in order of their declaration.