ZEGO::EXPRESS::ZegoStreamRelayCDNInfo

Relay to CDN info.

Declared in ZegoExpressDefines.h

Includes

Public-Attrib Lists

  • url - URL of publishing stream to CDN.
  • state - State of relaying to CDN.
  • updateReason - Reason for relay state changed.
  • stateTime - The timestamp when the state changed, in milliseconds.

Public-Attrib Docs

url

public std::string url ()

URL of publishing stream to CDN.

state

public ZegoStreamRelayCDNState state ()

State of relaying to CDN.

updateReason

public ZegoStreamRelayCDNUpdateReason updateReason ()

Reason for relay state changed.

stateTime

public unsigned long long stateTime ()

The timestamp when the state changed, in milliseconds.