Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CHANNEL_MEDIA_RELAY_STATE

The state code in CHANNEL_MEDIA_RELAY_STATE.

Index

Enumeration members

RELAY_STATE_CONNECTING

RELAY_STATE_CONNECTING: = 1

1: The SDK tries to relay the media stream to the destination channel.

RELAY_STATE_FAILURE

RELAY_STATE_FAILURE: = 3

3: A failure occurs. See the details in code.

RELAY_STATE_IDLE

RELAY_STATE_IDLE: = 0

0: The SDK is initializing.

RELAY_STATE_RUNNING

RELAY_STATE_RUNNING: = 2

2: The SDK successfully relays the media stream to the destination channel.

Generated using TypeDoc