| Property | Type | Required | Default | Description |
|---|---|---|---|---|
initialTranscriptions |
Transcript[] |
✅ | - | Initial transcriptions |
meeting |
Meeting |
✅ | - | Meeting object |
t |
RtkI18n |
❌ | useLanguage() |
Language |
<!-- component.html -->
<rtk-ai-transcriptions></rtk-ai-transcriptions><!-- component.html -->
<rtk-ai-transcriptions
[initialTranscriptions]="[]"
[meeting]="meeting">
</rtk-ai-transcriptions>