Options
All
  • Public
  • Public/Protected
  • All
Menu

The state of the remote video.

Index

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