mirror of
https://github.com/suitenumerique/meet.git
synced 2026-07-26 11:58:53 +00:00
🔊(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