Skip to main content
  • TranscriptViewer - Searchable transcript with timestamps * Shows the full conversation transcript with: - Speaker identification (Agent vs Customer) - Timestamps for each entry - Search functionality - Highlighted key moments

Props

transcript
TranscriptEntry[]
required
transcript

Usage

import { TranscriptViewer } from '@/components/TranscriptViewer';

export default function Example() {
  return (
    <TranscriptViewer transcript={transcript} />
  );
}