Skip to content

rtk-join-stage

Last updated View as MarkdownAgent setup

Properties

Property Type Required Default Description
config UIConfig createDefaultConfig() UI Config
dataConfig ModalDataConfig - Content Config
iconPack IconPack defaultIconPack Icon pack
meeting Meeting - Meeting object
size Size - Size
states States - States object
t RtkI18n useLanguage() Language

Usage Examples

Basic Usage

<!-- component.html -->
<rtk-join-stage></rtk-join-stage>

With Properties

<!-- component.html -->
<rtk-join-stage
 [dataConfig]="modaldataconfig"
 [meeting]="meeting"
 size="md">
</rtk-join-stage>

Was this helpful?