Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration StreamSubscribeState

The subscribing state.

since

v3.1.2.

Index

Enumeration members

Enumeration members

Idle

Idle: = 0

0: The initial subscribing state after joining the channel.

NoSubscribed

NoSubscribed: = 1

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

Subscribed

Subscribed: = 3

3: Subscribes to and receives the remote stream successfully.

Subscribing

Subscribing: = 2

2: Subscribing.

Generated using TypeDoc