CameraPublishingSettings

@Serializable
data class CameraPublishingSettings

Configuration for publishing a camera input.

This configuration determines if the camera input's track should be published, and what settings apply to the corresponding video track.

Properties

Link copied to clipboard
val isPublishing: Boolean

Should the track be published.

Link copied to clipboard
val sendSettings: VideoSendSettings

Video encodings and maximum selected quality.