mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 06:46:24 +00:00
Fix: TranscriptionServiceImpl에 sessionId 파라미터 추가
- SegmentCreated.of() 메서드 호출 시 sessionId 파라미터 누락 수정 - sessionId에 meetingId 값 할당 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
5c4f186290
commit
42128e66f2
@ -85,6 +85,7 @@ public class TranscriptionServiceImpl implements TranscriptionService {
|
||||
);
|
||||
TranscriptionEvent.SegmentCreated event = TranscriptionEvent.SegmentCreated.of(
|
||||
segmentId, request.getRecordingId(), recording.getMeetingId(),
|
||||
recording.getMeetingId(), // sessionId (meetingId와 동일)
|
||||
recognizedText, speakerId, "화자-" + speakerId.substring(4),
|
||||
timestampAsDateTime, 3.5, confidence, warningFlag
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user