Package-level declarations
Types
Link copied to clipboard
Virtual Background Ui representation of the Virtual Background on the Ui
Link copied to clipboard
data class VirtualBackgroundUiState(val currentBackground: VirtualBackgroundUi = VirtualBackgroundUi.None, val backgroundList: ImmutableList<VirtualBackgroundUi> = ImmutableList(emptyList()), val isDeviceOverHeating: Boolean = false) : UiState
Represents the UI state for the virtual background feature.