ZegoUIKitPublisherState enum
Publish stream status.
- Inheritance
- Available extensions
Values
- noPublish → const ZegoUIKitPublisherState
-
The state is not published, and it is in this state before publishing the stream. If a steady-state exception occurs in the publish process, such as AppID or Token are incorrect, or if other users are already publishing the stream, there will be a failure and enter this state.
- publishRequesting → const ZegoUIKitPublisherState
-
The state that it is requesting to publish the stream after the
startPublishingStream
function is successfully called. The UI is usually displayed through this state. If the connection is interrupted due to poor network quality, the SDK will perform an internal retry and will return to the requesting state. - publishing → const ZegoUIKitPublisherState
-
The state that the stream is being published, entering the state indicates that the stream has been successfully published, and the user can communicate normally.
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<
ZegoUIKitPublisherState> - A constant List of the values in this enum, in order of their declaration.