Package io.agora.rtc2
Class SimulcastConfig
java.lang.Object
io.agora.rtc2.SimulcastConfig
- Since:
- v4.6.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassstatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionConfigurations for multi-layer streaming: `StreamLayerConfig`.booleanWhether to enable fallback publishing: - `true`: Enable fallback publishing. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
configs
Configurations for multi-layer streaming: `StreamLayerConfig`. -
publishFallbackEnable
public boolean publishFallbackEnableWhether to enable fallback publishing: - `true`: Enable fallback publishing. When the device performance or network is poor at the publishing end, the SDK will dynamically disable multiple video streams of different quality levels, from layer1 to layer6. At least the video streams of the highest and lowest quality are retained to maintain basic video continuity. - `false`: (Default) Disable fallback publishing.
-
-
Constructor Details
-
SimulcastConfig
public SimulcastConfig()
-