RtkSettingsVideo
Video settings panel with camera selection dropdown and live video preview.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
meeting | RealtimeKitClient | ✅ | - | The RealtimeKit meeting instance |
iconPack | IconPack | ❌ | defaultIconPack | Custom icon pack |
size | 'lg' | 'md' | 'sm' | 'xl' | ❌ | 'sm' | Size variant |
states | States | ❌ | - | UI state object |
t | RtkI18n | ❌ | - | i18n translation function |
import { RtkSettingsVideo } from "@cloudflare/realtimekit-react-native-ui";
function MyComponent() { return <RtkSettingsVideo meeting={meeting} />;}import { RtkSettingsVideo } from "@cloudflare/realtimekit-react-native-ui";
function MyComponent() { return <RtkSettingsVideo meeting={meeting} size="md" states={states} />;}