feat: add auto-generated captions, speaker-colored progress bar with sync controls, and speaker tooltip to cloud video player (#926)

* feat: webvtt captions inside video with sync controls

* feat: highlight speaker timestamp progress bar
This commit is contained in:
Juan Diego García
2026-03-25 12:07:08 -05:00
committed by GitHub
parent e2ba502697
commit f19113a3cf
2 changed files with 371 additions and 17 deletions

View File

@@ -228,6 +228,8 @@ export default function TranscriptDetails(details: TranscriptDetails) {
duration={transcript.data?.cloud_video_duration ?? null}
expanded={videoExpanded}
onClose={() => setVideoExpanded(false)}
sourceLanguage={transcript.data?.source_language ?? null}
participants={transcript.data?.participants ?? null}
/>
</GridItem>
)}