(frontend) add subtitle control with transcription display

Kickstart frontend with first draft of subtitle control visible only
to users with appropriate feature flag enabled.

Opens new container at bottom of screen displaying transcription
segments organized by participant. Transcription segment handling was
heavily LLM-generated and will likely need refactoring and review to
simplify and enhance the implementation.

Initial implementation to begin testing subtitle functionality with
real transcription data from LiveKit agents.
This commit is contained in:
lebaudantoine
2025-08-14 19:04:09 +02:00
committed by aleb_the_flash
parent f48dd5cea1
commit 9ff4b23ea7
16 changed files with 406 additions and 5 deletions

View File

@@ -168,6 +168,10 @@
"raise": "Hand opsteken",
"lower": "Hand laten zakken"
},
"subtitles": {
"closed": "Ondertitels weergeven",
"open": "Ondertitels verbergen"
},
"screenShare": {
"start": "Scherm delen",
"stop": "Stop schermdelen"