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

rtk-transcripts Cloudflare Realtime docsSkip to content
SearchCtrlKLog in
  1. Home
  2. /Realtime
  3. /
  4. /Web Components (HTML)
  5. /rtk-transcripts

rtk-transcripts

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

A component which handles transcripts. You can configure which transcripts you want to see and which ones you want to hear. There are also certain limits which you can set as well.

Properties

Property Type Required Default Description
config UIConfig createDefaultConfig() Config object
meeting Meeting - Meeting object
states States - States object
t RtkI18n useLanguage() Language

Usage Examples

Basic Usage

<rtk-transcripts></rtk-transcripts>

With Properties

<rtk-transcripts>
</rtk-transcripts>
<script>
  const el = document.querySelector("rtk-transcripts");

  el.meeting= meeting
</script>
Previousrtk-transcriptNextrtk-ui-provider

Was this helpful?

YesNo
Edit pageReport issue
[]

Web Proxy Viewer  |  New URL  |  Original Page