Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration StreamFallbackOptions

Stream fallback option.

Index

Enumeration members

Enumeration members

AudioOnly

AudioOnly: = 2

2: Under unreliable uplink network conditions, the published video stream falls back to audio only. Under unreliable downlink network conditions, the remote video stream first falls back to the low-stream (low resolution and low bitrate) video; and then to an audio-only stream if the network condition deteriorates.

Disabled

Disabled: = 0

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

VideoStreamLow

VideoStreamLow: = 1

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

Generated using TypeDoc