ZegoStreamEvent enum

Publish or play stream event

Inheritance
  • Object
  • Enum
  • ZegoStreamEvent

Constructors

ZegoStreamEvent()
const

Values

PublishStart → const ZegoStreamEvent

Start publishing stream

PublishSuccess → const ZegoStreamEvent

The first publish stream was successful

PublishFail → const ZegoStreamEvent

Failed to publish stream for the first time

RetryPublishStart → const ZegoStreamEvent

Start retrying publishing stream

RetryPublishSuccess → const ZegoStreamEvent

Retry publishing stream successfully

RetryPublishFail → const ZegoStreamEvent

Failed to retry publishing stream

PublishEnd → const ZegoStreamEvent

End of publishing stream

PlayStart → const ZegoStreamEvent

Start playing stream

PlaySuccess → const ZegoStreamEvent

The first play stream was successful

PlayFail → const ZegoStreamEvent

Failed to play stream for the first time

RetryPlayStart → const ZegoStreamEvent

Start retrying playing stream

RetryPlaySuccess → const ZegoStreamEvent

Retry playing stream successfully

RetryPlayFail → const ZegoStreamEvent

Failed to retry playing stream

PlayEnd → const ZegoStreamEvent

End of playing stream

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
index → int
A numeric identifier for the enumerated value.
read-onlyinherited
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

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<ZegoStreamEvent>
A constant List of the values in this enum, in order of their declaration.
[PublishStart, PublishSuccess, PublishFail, RetryPublishStart, RetryPublishSuccess, RetryPublishFail, PublishEnd, PlayStart, PlaySuccess, PlayFail, RetryPlayStart, RetryPlaySuccess, RetryPlayFail, Pla…