RtkPluginsToggle
Toggle button to open the plugins sidebar panel. Hides if plugin permissions are not available.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
meeting | RealtimeKitClient | ✅ | - | The RealtimeKit meeting instance |
size | 'lg' | 'md' | 'sm' | 'xl' | ❌ | - | Icon size |
states | States | ❌ | - | UI state object |
variant | 'button' | 'horizontal' | ❌ | - | Layout variant |
iconPack | IconPack | ❌ | defaultIconPack | Custom icon pack |
t | RtkI18n | ❌ | - | i18n translation function |
import { RtkPluginsToggle } from "@cloudflare/realtimekit-react-native-ui";
function MyComponent() { return <RtkPluginsToggle meeting={meeting} />;}import { RtkPluginsToggle } from "@cloudflare/realtimekit-react-native-ui";
function MyComponent() { return <RtkPluginsToggle meeting={meeting} size="md" variant="button" />;}