Enumeration RemoteVideoState

The state of the remote video stream.

Enumeration Members

RemoteVideoStateDecoding: 2

2: The remote video stream is decoded and plays normally. The SDK reports this state in the case of RemoteVideoStateReasonNetworkRecovery, RemoteVideoStateReasonLocalUnmuted, or RemoteVideoStateReasonRemoteUnmuted.

RemoteVideoStateFailed: 4

4: The remote video fails to start. The SDK reports this state in the case of RemoteVideoStateReasonInternal.

RemoteVideoStateFrozen: 3

3: The remote video is frozen. The SDK reports this state in the case of RemoteVideoStateReasonNetworkCongestion.

RemoteVideoStateStarting: 1

1: The first remote video packet is received.

RemoteVideoStateStopped: 0

0: The remote video is in the initial state. The SDK reports this state in the case of RemoteVideoStateReasonLocalMuted, RemoteVideoStateReasonRemoteMuted, or RemoteVideoStateReasonRemoteOffline.

Generated using TypeDoc