Theme

interface Theme

Handles theme-related functionality of the Conference.

Properties

Link copied to clipboard
open val layout: StateFlow<Layout?>

A StateFlow of current Layout state.

Link copied to clipboard

A StateFlow of SplashScreens that should be displayed.

Functions

Link copied to clipboard
open suspend fun transformLayout(layout: LayoutId? = null, guestLayout: LayoutId? = null, enableOverlayText: Boolean? = null)

Transforms the current conference layout given sufficient privileges.