rtk-plugins
A component which lists all available plugins from their preset, and ability to enable or disable plugins.
| 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 |
<!-- component.html --><rtk-plugins></rtk-plugins><!-- component.html --><rtk-plugins [meeting]="meeting" size="md"></rtk-plugins>