Fix: 실시간 회의 기능 완성도 개선#14
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎯 작업 내용
주요 변경사항
상세 내용
실시간 회의 연동
error_participant_already_joined메시지로 처리하도록 변경했습니다.rtc-token발급 단계에서는 중복 참여 차단을 제거해, 회의 진입 흐름이 불필요하게 409로 막히지 않도록 조정했습니다.관리자용 회의/LiveKit API
meetingId기준 웹소켓 세션 조회 API를 추가했습니다.회의 종료 및 복구
endDateTime == null인 회의는 시작 시점에 현재 시간으로 종료 처리되도록 보정했습니다.시간대 처리
KoreaDateTimeUtil은 제거하고 설정 기반으로 단순화했습니다.로깅 및 문서화
@RestControllerAPI 호출에 대해 시작/종료 로그를 남기는 AOP를 추가했습니다.@LogExecution커스텀 어노테이션과 별도 pointcut/aspect/writer 구조를 도입했습니다.Swagger
persist-authorization을 활성화했습니다.✅ 체크리스트
📋 API 명세서
💬 리뷰 요청사항 (선택)
📚 참고 자료 (선택)