Options
All
  • Public
  • Public/Protected
  • All
Menu

The reason for the remote video state change.

Index

Enumeration members

RemoteVideoStateReasonInternal = 0

0: The SDK reports this reason when the video state changes.

RemoteVideoStateReasonLocalMuted = 3

3: The local user stops receiving the remote video stream or disables the video module.

RemoteVideoStateReasonLocalUnmuted = 4

4: The local user resumes receiving the remote video stream or enables the video module.

RemoteVideoStateReasonNetworkCongestion = 1

1: Network congestion.

RemoteVideoStateReasonNetworkRecovery = 2

2: Network recovery.

RemoteVideoStateReasonRemoteMuted = 5

5: The remote user stops sending the video stream or disables the video module.

RemoteVideoStateReasonRemoteOffline = 7

7: The remote user leaves the channel.

RemoteVideoStateReasonRemoteUnmuted = 6

6: The remote user resumes sending the video stream or enables the video module.

Generated using TypeDoc