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

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

RtkAudioGrid

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

Properties

Property Type Required Default Description
config UIConfig1 - Config
hideSelf boolean - Whether to hide self in the grid
iconPack IconPack1 defaultIconPack Icon Pack
meeting Meeting - Meeting
size Size1 - Size
states States1 - States
t RtkI18n1 useLanguage() Language

Usage Examples

Basic Usage

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

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

With Properties

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

function MyComponent() {
  return (
    <RtkAudioGrid
      config={defaultUiConfig}
      hideSelf={true}
      meeting={meeting}
    />
  );
}
PreviousRtkAiTranscriptionsNextRtkAudioTile

Was this helpful?

YesNo
Edit pageReport issue
[]

Web Proxy Viewer  |  New URL  |  Original Page