PublishFallbackOption enum
发布端音视频流回退选项
Values
- disable → const PublishFallbackOption
-
上行网络不佳或设备性能不足时,不对音视频流作回退处理,默认设置。
- simulcastSmallVideoOnly → const PublishFallbackOption
-
上行网络不佳或设备性能不足时,发布的视频流会从大流到小流依次降级,直到与当前网络性能匹配
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent 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
-
values
→ const List<
PublishFallbackOption> - A constant List of the values in this enum, in order of their declaration.