VirtualBackgroundUiState

data class VirtualBackgroundUiState(val currentBackground: VirtualBackgroundUi = VirtualBackgroundUi.None, val backgroundList: ImmutableList<VirtualBackgroundUi> = ImmutableList(emptyList())) : UiState

Virtual Background Ui State representation of the Virtual Background State on the Ui

Constructors

Link copied to clipboard
constructor(currentBackground: VirtualBackgroundUi = VirtualBackgroundUi.None, backgroundList: ImmutableList<VirtualBackgroundUi> = ImmutableList(emptyList()))

Properties

Link copied to clipboard

ImmutableList available virtual backgrounds

Link copied to clipboard

VirtualBackgroundUi current virtual background ui