← Cloudflare Realtime / realtime / realtimekit / ui-kit / api-reference / angular
rtk-transcripts
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
<!-- component.html -->
<rtk-transcripts></rtk-transcripts>With Properties
<!-- component.html -->
<rtk-transcripts
[meeting]="meeting">
</rtk-transcripts>