Skip to content

rtk-breakout-rooms-toggle

Last updated View as MarkdownAgent setup

A button which toggles visibility of breakout rooms. You need to pass the meeting object to it.

Properties

Property Type Required Default Description
iconPack IconPack - Icon pack
meeting Meeting - Meeting object
size Size - Size
states States - States object
t RtkI18n - Language
variant ControlBarVariant - Variant

Usage Examples

Basic Usage

<!-- component.html -->
<rtk-breakout-rooms-toggle></rtk-breakout-rooms-toggle>

With Properties

<!-- component.html -->
<rtk-breakout-rooms-toggle
 [iconPack]="defaultIconPack"
 [meeting]="meeting"
 size="md">
</rtk-breakout-rooms-toggle>

Was this helpful?