VideoPublishOptions class

Options used when publishing video.

Constructors

VideoPublishOptions({VideoEncoding? videoEncoding, bool simulcast = true, List<VideoParameters> videoSimulcastLayers = const [], List<VideoParameters> screenShareSimulcastLayers = const []})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenShareSimulcastLayers List<VideoParameters>
final
simulcast bool
Whether to enable simulcast or not. https://blog.livekit.io/an-introduction-to-webrtc-simulcast-6c5f1f6402eb Defaults to true.
final
videoEncoding → VideoEncoding?
If provided, this will be used instead of the SDK's suggested encodings. Usually you don't need to provide this. Defaults to null.
final
videoSimulcastLayers List<VideoParameters>
final

Methods

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

Operators

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