Skip to content
Cloudflare Docs

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

PropertyTypeRequiredDefaultDescription
configUIConfigcreateDefaultConfig()Config object
meetingMeeting-Meeting object
statesStates-States object
tRtkI18nuseLanguage()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>