NERtcStreamFallbackOptions class Null safety

Constructors

NERtcStreamFallbackOptions()

Properties

hashCode int
The hash code for this object.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

audioOnly → const int
In an unstable upstream network, only the audio stream is published. In an unstable downstream network, first try to receive low-quality streams with a low resolution and bitrate. If the video stream cannot be displayed due to network quality, then the stream falls back to the audio stream.
2
disabled → const int
If the upstream or downstream network is unstable, the audio and video streams will not fall back, but the quality of the audio and video streams cannot be guaranteed.
0
videoStreamLow → const int
In an unstable downstream network, the SDK only receives low-quality streams that have a low resolution and bitrate.
1