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