🔊(frontend) log participant and segments

Log transcription segments to troubleshoot duplication issue.
This commit is contained in:
lebaudantoine
2026-01-23 18:49:26 +01:00
committed by aleb_the_flash
parent ff82bca9ec
commit a5254ffd59

View File

@@ -40,6 +40,7 @@ const useTranscriptionState = () => {
segments: TranscriptionSegment[],
participant?: Participant
) => {
console.log(participant, segments)
if (!participant || segments.length === 0) return
setTranscriptionRows((prevRows) => {