transformLayout

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

Transforms the current conference layout given sufficient privileges.

Calling this method with the default parameters resets any prior transformations applied to the conference layout.

Changes are applied cumulatively.

Parameters

layout

a layout visible to hosts and guests

guestLayout

a layout visible to guests in Virtual Auditoriums

enableOverlayText

true if per-participant overlay text is enabled, false otherwise

Throws

if layout transformation was not applied