mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2026-04-24 06:05:19 +00:00
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:
committed by
GitHub
parent
e2ba502697
commit
f19113a3cf
@@ -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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user