BaseVideoTrackPublishOptions

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Multi-codec Simulcast

Link copied to clipboard
abstract val degradationPreference: RtpParameters.DegradationPreference?

Controls how the encoder trades off between resolution and framerate when bandwidth is constrained.

Link copied to clipboard
abstract val scalabilityMode: String?

scalability mode for svc codecs, defaults to 'L3T3'. for svc codecs, simulcast is disabled.

Link copied to clipboard
abstract val simulcast: Boolean
Link copied to clipboard

Up to two additional simulcast layers to publish in addition to the original Track. Layers should be ordered from smallest to largest. Layers beyond the first two will be ignored. Any layers that have larger resolutions than the source resolution will also be ignored.

Link copied to clipboard
abstract val videoCodec: String

The video codec to use if available.

Link copied to clipboard