ZegoStreamRelayCDNState enum

State of CDN relay.

Inheritance
  • Object
  • Enum
  • ZegoStreamRelayCDNState

Constructors

ZegoStreamRelayCDNState()
const

Values

NoRelay → const ZegoStreamRelayCDNState

The state indicates that there is no CDN relay

RelayRequesting → const ZegoStreamRelayCDNState

The CDN relay is being requested

Relaying → const ZegoStreamRelayCDNState

Entering this status indicates that the CDN relay has been successful

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<ZegoStreamRelayCDNState>
A constant List of the values in this enum, in order of their declaration.
[NoRelay, RelayRequesting, Relaying]