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.