[ Web Proxy ]
URL:
Viewing: https://developers.cloudflare.com/realtime/realtimekit/ui-kit/api-reference/react/rtkdebuggervideo/ [Back]  [Original]

RtkDebuggerVideo Cloudflare Realtime docsSkip to content
SearchCtrlKLog in
  1. Home
  2. /Realtime
  3. /
  4. /React
  5. /RtkDebuggerVideo

RtkDebuggerVideo

Last updated Apr 21, 2026Copy as MarkdownView as MarkdownAgent setup
OverviewPropertiesUsage ExamplesBasic UsageWith Properties

Properties

Property Type Required Default Description
iconPack IconPack1 defaultIconPack Icon pack
meeting Meeting - Meeting object
size Size1 - Size
states States1 - States object
t RtkI18n1 useLanguage() Language

Usage Examples

Basic Usage

import { RtkDebuggerVideo } from '@cloudflare/realtimekit-react-ui';

function MyComponent() {
  return <RtkDebuggerVideo />;
}

With Properties

import { RtkDebuggerVideo } from '@cloudflare/realtimekit-react-ui';

function MyComponent() {
  return (
    <RtkDebuggerVideo
      meeting={meeting}
      size="md"
    />
  );
}
PreviousRtkDebuggerToggleNextRtkDialog

Was this helpful?

YesNo
Edit pageReport issue
[]

Web Proxy Viewer  |  New URL  |  Original Page