ByteRTSWarningCode enum
Values
- ByteRTSWarningCodeJoinRoomFailed → const ByteRTSWarningCode
-
@brief Failed to enter the room.
When entering the room for the first time or when the network is disconnected and reconnected due to poor network conditions, entering the room failed due to a server error. The SDK automatically retries the room. - ByteRTSWarningCodePublishStreamFailed → const ByteRTSWarningCode
-
@brief Release audio & video stream failed.
When you publish audio & video streams in your room, the release fails due to a server error. The SDK automatically retries the release. - ByteRTSWarningCodeInvokeError → const ByteRTSWarningCode
-
@hidden currently not available @brief Function call order is wrong and is not used in the current code.
- ByteRTSWarningCodeInvalidExpectMediaServerAddress → const ByteRTSWarningCode
-
@hidden for internal use only @brief Scheduling exception, the media server address returned by the server is unavailable.
- ByteRTSWarningCodeSendCustomMessage → const ByteRTSWarningCode
-
@brief Sending a custom broadcast message failed, you are not currently in the room.
- ByteRTSWarningCodeOldRoomBeenReplaced → const ByteRTSWarningCode
-
@brief The old room has been replaced by new room with the same roomId
- ByteRTSWarningCodeRoomAlreadyExist → const ByteRTSWarningCode
-
@hidden @deprecated since 3.46 and will be deleted in 3.52. @brief there is a room with the same roomId
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<
ByteRTSWarningCode> - A constant List of the values in this enum, in order of their declaration.