Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ChannelMediaRelayState

The state code in ChannelMediaRelayState.

Index

Enumeration members

Enumeration members

Connecting

Connecting: = 1

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

Failure

Failure: = 3

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

Idle

Idle: = 0

0: The SDK is initializing.

Running

Running: = 2

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

Generated using TypeDoc