RemoteVideoStateReason

The reason for the remote video state change.

Enumerator

remoteVideoStateReasonInternal
0: The SDK reports this reason when the video state changes.
remoteVideoStateReasonNetworkCongestion
1: Network congestion.
remoteVideoStateReasonNetworkRecovery
2: Network is recovered.
remoteVideoStateReasonLocalMuted
3: The local user stops receiving the remote video stream or disables the video module.
remoteVideoStateReasonLocalUnmuted
4: The local user resumes receiving the remote video stream or enables the video module.
remoteVideoStateReasonRemoteMuted
5: The remote user stops sending the video stream or disables the video module.
remoteVideoStateReasonRemoteUnmuted
6: The remote user resumes sending the video stream or enables the video module.
remoteVideoStateReasonRemoteOffline
7: The remote user leaves the channel.
remoteVideoStateReasonAudioFallback
8: The remote audio-and-video stream falls back to the audio-only stream due to poor network conditions.
remoteVideoStateReasonAudioFallbackRecovery
9: The remote audio-only stream switches back to the audio-and-video stream after the network conditions improve.
remoteVideoStateReasonSdkInBackground
12: (iOS only) The remote user's app has switched to the background.
remoteVideoStateReasonCodecNotSupport
13: The local video decoder does not support decoding the remote video stream.