CameraPublishingSettingsUpdate
@Serializable
Content copied to clipboard
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. Additionally, the input itself can be enabled via this configuration, if it's not already.
Constructors
Link copied to clipboard
fun CameraPublishingSettingsUpdate(isPublishing: Update<StateBoolean>? = null, sendSettings: Update<VideoSendSettingsUpdate>? = null)
Content copied to clipboard