RtkPolls
A component which lists all available plugins a user can access with the ability to enable or disable them as per their permissions.
| 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 |
import { RtkPolls } from '@cloudflare/realtimekit-react-ui';
function MyComponent() { return <RtkPolls />;}import { RtkPolls } from '@cloudflare/realtimekit-react-ui';
function MyComponent() { return ( <RtkPolls meeting={meeting} size="md" /> );}