Video Send Settings Update
@Serializable
Content copied to clipboard
Configuration for an outbound video track, like camera video.
Both the track's maximum quality, and the corresponding encodings, can be set. The maxQuality
can be set to an encoding higher than a specified one, in which case it will take the value of the highest specified encoding.
For example, if the maxQuality
is set to high
, but only low
and medium
encodings are specified, the effective quality of the sent track will be medium
.
Constructors
Link copied to clipboard
fun VideoSendSettingsUpdate(maxQuality: Update<VideoMaxQualityUpdate>? = null, encodings: Update<VideoEncodingsSettingsUpdate>? = null, preferredCodec: Update<CodecNameUpdate>? = null, allowAdaptiveLayers: Update<StateBoolean>? = null)
Content copied to clipboard