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.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
state ZegoStreamRelayCDNState
State of relaying to CDN
getter/setter pair
stateTime ↔ int
The timestamp when the state changed, UNIX timestamp, in milliseconds.
getter/setter pair
updateReason ZegoStreamRelayCDNUpdateReason
Reason for relay state changed
getter/setter pair
url ↔ String
URL of publishing stream to CDN
getter/setter pair

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