Virtual Background
data class VirtualBackground(val id: String, val type: BackgroundType, val name: String, val thumbnailUrl: String? = null, val imageUrl: String? = null, val imageBytes: ByteArray? = null, val color: Color? = null, val blurIntensity: Float = 0.5f, val videoUrl: String? = null, val isPreset: Boolean = false, val isSelected: Boolean = false)
Virtual background configuration.
Properties
Functions
Link copied to clipboard
fun copyWith(id: String? = null, type: BackgroundType? = null, name: String? = null, thumbnailUrl: String? = null, imageUrl: String? = null, imageBytes: ByteArray? = null, color: Color? = null, blurIntensity: Float? = null, videoUrl: String? = null, isPreset: Boolean? = null, isSelected: Boolean? = null): VirtualBackground