RemoteVideoStateReason
Reason for remote video stream state change.
Enumerations
- remoteVideoStateReasonInternal
- 0: This reason is reported when the video state changes.
- remoteVideoStateReasonNetworkCongestion
- 1: Network congestion.
- remoteVideoStateReasonNetworkRecovery
- 2: Network recovery.
- 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: Under poor network conditions, the remote audio and video stream falls back to audio only.
- remoteVideoStateReasonAudioFallbackRecovery
- 9: When the network improves, the remote audio stream recovers to audio and video stream.
- 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 received remote video stream.