🔊(frontend) log participant and segments
Log transcription segments to troubleshoot duplication issue.
This commit is contained in:
committed by
aleb_the_flash
parent
ff82bca9ec
commit
a5254ffd59
@@ -40,6 +40,7 @@ const useTranscriptionState = () => {
|
||||
segments: TranscriptionSegment[],
|
||||
participant?: Participant
|
||||
) => {
|
||||
console.log(participant, segments)
|
||||
if (!participant || segments.length === 0) return
|
||||
|
||||
setTranscriptionRows((prevRows) => {
|
||||
|
||||
Reference in New Issue
Block a user