0: The initial subscribing state after joining the channel.
1: Fails to subscribe to the remote stream. Possible reasons:
muteLocalAudioStream(true)
or muteLocalVideoStream(true)
to stop sending local streams.disableAudio
or disableVideo
to disable the entire audio or video module.enableLocalAudio(false)
or enableLocalVideo(false)
to disable the local audio sampling or video capturing.Audience
.muteRemoteAudioStream(true)
, muteAllRemoteAudioStreams(true)
, or setDefaultMuteAllRemoteAudioStreams(true)
to stop receiving remote audio streams.muteRemoteVideoStream(true)
, muteAllRemoteVideoStreams(true)
, or setDefaultMuteAllRemoteVideoStreams(true)
to stop receiving remote video streams.3: Subscribes to and receives the remote stream successfully.
2: Subscribing.
Generated using TypeDoc
The subscribing state.
v3.1.2.