Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor: 미디어서버 HTTP Request 수정 및 백엔드 API 수정 #287

Merged

Conversation

tmddus2
Copy link
Collaborator

@tmddus2 tmddus2 commented Dec 13, 2023

작업 개요

여기에 작성하세요

작업 사항

여기에 작성하세요

고민한 점들(필수 X)

여기에 작성하세요

스크린샷(필수 X)

여기에 작성하세요

Copy link

netlify bot commented Dec 13, 2023

Deploy Preview for boarlog ready!

Name Link
🔨 Latest commit 18177a5
🔍 Latest deploy log https://app.netlify.com/sites/boarlog/deploys/65797187cacc8c000882f9d1
😎 Deploy Preview https://deploy-preview-287--boarlog.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@tmddus2 tmddus2 requested a review from platinouss December 13, 2023 07:57
@tmddus2 tmddus2 self-assigned this Dec 13, 2023
@tmddus2 tmddus2 added 🐞 Fix 버그 수정 🛠️ Refactor 리팩토링 작업 BE 백엔드 작업 labels Dec 13, 2023
@@ -266,7 +267,7 @@ export class RelayServer {
await Promise.all([deleteRoomInfoById(data.roomId), deleteQuestionStream(data.roomId)]);

// TODO: API 서버에 강의 종료 요청하기
const url = await mediaConverter.getAudioFileUrl(data.roomId);
const url = mediaConverter.getAudioFileURL();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이렇게 되면 saveAudioFile() 메서드 호출되기 전에 먼저 호출이 되서 url에 빈 값이 들어올 것 같아요 !

@tmddus2 tmddus2 requested a review from platinouss December 13, 2023 08:52
Copy link
Member

@platinouss platinouss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다 !

@platinouss platinouss merged commit 504d23c into boostcampwm2023:dev Dec 13, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 백엔드 작업 🐞 Fix 버그 수정 🛠️ Refactor 리팩토링 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants