rtk-plugins
A component which lists all available plugins from their preset, and ability to enable or disable plugins.
<rtk-plugins id="rtk-el"></rtk-plugins>
<script>
document.getElementById('rtk-el').meeting = meeting;
</script>
<style>
rtk-plugins {
height: 480px;
width: 100%;
max-width: 320px;
background-color: '#000';
}
</style>
Props
config
iconPack
meeting
Meeting object
size
Size
Type
"lg" | "md" | "sm" | "xl"