Skip to content

rtk-polls

Last updated View as MarkdownAgent setup

A component which lists all available plugins a user can access with the ability to enable or disable them as per their permissions.

Properties

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

Usage Examples

Basic Usage

<!-- component.html -->
<rtk-polls></rtk-polls>

With Properties

<!-- component.html -->
<rtk-polls
 [meeting]="meeting"
 size="md">
</rtk-polls>

Was this helpful?