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()))