- Home
- /Realtime
- /…
- /React
- /RtkDebuggerVideo
RtkDebuggerVideo
Last updated Apr 21, 2026|Copy as Markdown|View as Markdown|Agent setup OverviewPropertiesUsage ExamplesBasic UsageWith Properties
import { RtkDebuggerVideo } from '@cloudflare/realtimekit-react-ui';
function MyComponent() {
return <RtkDebuggerVideo />;
}
import { RtkDebuggerVideo } from '@cloudflare/realtimekit-react-ui';
function MyComponent() {
return (
<RtkDebuggerVideo
meeting={meeting}
size="md"
/>
);
}
PreviousRtkDebuggerToggleNextRtkDialog