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 |
<rtk-plugins></rtk-plugins><rtk-plugins
size="md">
</rtk-plugins><script>
const el = document.querySelector("rtk-plugins");
el.meeting= meeting
</script>