Skip to content

AI

RealtimeKit provides AI-powered features using Cloudflare's AI infrastructure to enhance your meetings with transcription and summarization capabilities.

Available features

FeatureDescription
TranscriptionReal-time and end-of-meeting speech-to-text
SummaryAI-generated meeting summaries

Quick start

Enable end of meeting transcription when creating a meeting:

{
"title": "Team Standup",
"transcribe_on_end": true,
"ai_config": {
"transcription": {
"language": "en"
}
}
}

Use transcribe_on_end for end of meeting transcripts. Use summarize_on_end for AI-generated summaries. For real-time transcription, ensure participants have transcription_enabled: true in their preset.

Storage and retention

  • Transcripts and summaries are stored for 7 days after the meeting ends
  • Files are stored in R2 with presigned URLs for secure access
  • Delivered via webhooks or REST API