ZegoStreamEvent enum
Publish or play stream event
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.
  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<ZegoStreamEvent> 
- A constant List of the values in this enum, in order of their declaration.