Skip to content

[CR] TTS API 변경 대응 (#53)#54

Merged
DDINGJOO merged 1 commit into
developfrom
feature/53/tts-api-change
Jan 7, 2026
Merged

[CR] TTS API 변경 대응 (#53)#54
DDINGJOO merged 1 commit into
developfrom
feature/53/tts-api-change

Conversation

@DDINGJOO

@DDINGJOO DDINGJOO commented Jan 7, 2026

Copy link
Copy Markdown
Contributor

Summary

  • 백엔드 TTS API 변경에 따른 프론트엔드 수정
  • text 대신 messageId, roomId로 요청하도록 변경

변경 내역

API Request 변경

필드 Before After
text 필수 삭제
messageId 없음 필수
roomId 없음 필수

수정 파일

  • chatService.js: synthesize 함수 시그니처 변경
  • ChatRoomPage.jsx: handlePlayTTS 수정
  • ChatRoomModal.jsx: handlePlayTTS 수정

Test plan

  • 채팅방에서 TTS 버튼 클릭 시 음성 재생 확인
  • 캐시된 음성 재생 확인

Closes #53

- voiceService.synthesize: text -> messageId, roomId 파라미터 변경
- ChatRoomPage, ChatRoomModal handlePlayTTS 수정
- 백엔드 API 스펙 변경에 따른 필수 대응
@DDINGJOO DDINGJOO merged commit 442a8e5 into develop Jan 7, 2026
1 check passed
@github-actions github-actions Bot added the frontend Frontend code changes label Jan 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

frontend Frontend code changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant