ZegoStreamRelayCDNInfo class

Relay to CDN info.

Including the URL of the relaying CDN, relaying state, etc.

Constructors

ZegoStreamRelayCDNInfo(String url, ZegoStreamRelayCDNState state, ZegoStreamRelayCDNUpdateReason updateReason, int stateTime)

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
state ZegoStreamRelayCDNState
State of relaying to CDN
read / write
stateTime ↔ int
The timestamp when the state changed, UNIX timestamp, in milliseconds.
read / write
updateReason ZegoStreamRelayCDNUpdateReason
Reason for relay state changed
read / write
url ↔ String
URL of publishing stream to CDN
read / write

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