ScreenVideoInputSettingsUpdate

@Serializable
data class ScreenVideoInputSettingsUpdate(isEnabled: Update<StateBoolean>?) : Update<ScreenVideoInputSettingsUpdate> , StateBoolean

Input settings specifically for the screenVideo input.

Constructors

Link copied to clipboard
fun ScreenVideoInputSettingsUpdate(isEnabled: Update<StateBoolean>? = null)

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard
val isEnabled: Update<StateBoolean>? = null

Should the track be enabled.