Skip to content
Cloudflare Docs

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.

Properties

PropertyTypeRequiredDefaultDescription
configUIConfigcreateDefaultConfig()Config
iconPackIconPackdefaultIconPackIcon pack
meetingMeeting-Meeting object
sizeSize-Size
tRtkI18nuseLanguage()Language

Usage Examples

Basic Usage

<rtk-polls></rtk-polls>

With Properties

<rtk-polls
size="md">
</rtk-polls>
<script>
const el = document.querySelector("rtk-polls");
el.meeting= meeting
</script>