[Refactoring] voice room 데이터 관련 리팩토링 #116
Merged
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.
📝 요약
voiceRoom에서 정보 관련 저장 관련 코드를 리팩토링했습니다.
🔖 변경 사항
roomName+#roomId
로 관리하던 방식을roomId
로 수정 했습니다. 이제 room의 이름을 수정하더라도, 같은 room으로 인식합니다.response
와 liveKit Tokenmetadata
에 저장합니다. 백엔드 API, livekit API 로도 참가자의 프로필 이미지를 받아 올 수 있습니다.📸 확인 방법 (선택)
기존 방식으로 liveKit 참가 후, space-Profile 수정, voiceRoom 이름 수정 API를 사용해도, 정상 동작합니다.
단, 서버 API는 정보를 수정해도 일관성을 유지 하지만, LiveKit Token 정보는 중간에 수정 불가능합니다.
LiveKit API로 받아온 정보는 수정해도 바뀌지 않습니다.
📌 PR 진행 시 이러한 점들을 참고해 주세요