Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration STREAM_SUBSCRIBE_STATE

The subscribing state.

Index

Enumeration members

SUB_STATE_IDLE

SUB_STATE_IDLE: = 0

0: The initial subscribing state after joining the channel.

SUB_STATE_NO_SUBSCRIBED

SUB_STATE_NO_SUBSCRIBED: = 1

1: Fails to subscribe to the remote stream. Possible reasons:

SUB_STATE_SUBSCRIBED

SUB_STATE_SUBSCRIBED: = 3

3: Subscribes to and receives the remote stream successfully.

SUB_STATE_SUBSCRIBING

SUB_STATE_SUBSCRIBING: = 2

2: Subscribing.

Generated using TypeDoc