im.zego.zegoexpress.constants.ZegoStreamRelayCDNState

State of CDN relay.

Declared in constants/ZegoStreamRelayCDNState.java

Public-Attrib Lists

  • NO_RELAY - The state indicates that there is no CDN relay.
  • RELAY_REQUESTING - The CDN relay is being requested.
  • RELAYING - Entering this status indicates that the CDN relay has been successful.

Public-Func Lists

Public-Static-Func Lists

Public-Attrib Docs

NO_RELAY

public NO_RELAY ()

Initial: NO_RELAY =(0)

The state indicates that there is no CDN relay.

RELAY_REQUESTING

public RELAY_REQUESTING ()

Initial: RELAY_REQUESTING =(1)

The CDN relay is being requested.

RELAYING

public RELAYING ()

Initial: RELAYING =(2)

Entering this status indicates that the CDN relay has been successful.

Public-Func Docs

value

public int value ()

Public-Static-Func Docs

getZegoStreamRelayCDNState

public ZegoStreamRelayCDNState getZegoStreamRelayCDNState (int value)