StreamSubscribeState

The subscribing state.

Enumerator

SubStateIdle
0: The initial publishing state after joining the channel.
SubStateNoSubscribed
1: Fails to subscribe to the remote stream. Possible reasons:
SubStateSubscribing
2: Subscribing.
SubStateSubscribed
3: The remote stream is received, and the subscription is successful.