RemoteVideoState
The state of the remote video stream.
Enumerator
- RemoteVideoStateStopped
- 0: The remote video is in the initial state. The SDK reports this state in the case of RemoteVideoStateReasonLocalMuted, RemoteVideoStateReasonRemoteMuted, or RemoteVideoStateReasonRemoteOffline.
- RemoteVideoStateStarting
- 1: The first remote video packet is received.
- RemoteVideoStateDecoding
- 2: The remote video stream is decoded and plays normally. The SDK reports this state in the case of RemoteVideoStateReasonNetworkRecovery, RemoteVideoStateReasonLocalUnmuted, or RemoteVideoStateReasonRemoteUnmuted.
- RemoteVideoStateFrozen
- 3: The remote video is frozen. The SDK reports this state in the case of RemoteVideoStateReasonNetworkCongestion.
- RemoteVideoStateFailed
- 4: The remote video fails to start. The SDK reports this state in the case of RemoteVideoStateReasonInternal.