Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration STREAM_FALLBACK_OPTIONS

Stream fallback options.

Index

Enumeration members

STREAM_FALLBACK_OPTION_AUDIO_ONLY

STREAM_FALLBACK_OPTION_AUDIO_ONLY: = 2

2: Under poor uplink network conditions, the published video stream falls back to audio only.

Under poor downlink network conditions, the remote video stream, to which you subscribe, first falls back to the low-stream (low resolution and low bitrate) video; and then to an audio-only stream if the network conditions worsen.

STREAM_FALLBACK_OPTION_DISABLED

STREAM_FALLBACK_OPTION_DISABLED: = 0

0: No fallback behavior for the local/remote video stream when the uplink/downlink network conditions are poor. The quality of the stream is not guaranteed.

STREAM_FALLBACK_OPTION_VIDEO_STREAM_LOW

STREAM_FALLBACK_OPTION_VIDEO_STREAM_LOW: = 1

1: Under poor downlink network conditions, the remote video stream, to which you subscribe, falls back to the low-stream (low resolution and low bitrate) video. You can set this option only in the setRemoteSubscribeFallbackOption method. Nothing happens when you set this in the setLocalPublishFallbackOption method.

Generated using TypeDoc