STREAM_FALLBACK_OPTIONS
Options for handling audio/video stream fallback under poor network conditions.
Enumerations
- StreamFallbackOptionDisabled
- 0: Do not fallback audio/video streams, but the quality of the streams is not guaranteed.
- StreamFallbackOptionVideoStreamLow
- 1: Only receive low-quality video streams (low resolution, low bitrate).
- StreamFallbackOptionAudioOnly
- 2: Under poor network conditions, first try to receive only low-quality video streams; if video cannot be displayed due to severe network issues, fallback to receiving only the subscribed audio stream.