Layout

data class Layout(val layout: LayoutId, val layouts: Set<LayoutId>, val requestedPrimaryScreenHostLayout: LayoutId?, val requestedPrimaryScreenGuestLayout: LayoutId?, val overlayTextEnabled: Boolean, val layoutSvgs: Map<LayoutId, String>)

The layout of this Conference.

Constructors

Link copied to clipboard
constructor(layout: LayoutId, layouts: Set<LayoutId>, requestedPrimaryScreenHostLayout: LayoutId?, requestedPrimaryScreenGuestLayout: LayoutId?, overlayTextEnabled: Boolean, layoutSvgs: Map<LayoutId, String>)

Properties

Link copied to clipboard

a currently visible layout (may be absent from layouts in some cases)

Link copied to clipboard

a set of all available layouts

Link copied to clipboard
Link copied to clipboard

true if overlay text is enabled, false otherwise

Link copied to clipboard

a requested layout visible on primary screen for guests, may be null

Link copied to clipboard

a requested layout visible on primary screen for hosts, may be null