ZegoStreamRelayCDNInfo class

转推 CDN 信息

包括转推 CDN 的 URL、转推状态等

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
转推状态
read / write
stateTime ↔ int
状态发生的时间,UNIX 时间戳,单位为毫秒
read / write
updateReason ZegoStreamRelayCDNUpdateReason
转推状态变更的原因
read / write
url ↔ String
CDN 推流的 URL
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