-
Notifications
You must be signed in to change notification settings - Fork 0
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
Refactor: 미디어서버 HTTP Request 수정 및 백엔드 API 수정 #287
Conversation
✅ Deploy Preview for boarlog ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
mediaServer/src/RelayServer.ts
Outdated
@@ -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(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이렇게 되면 saveAudioFile() 메서드 호출되기 전에 먼저 호출이 되서 url에 빈 값이 들어올 것 같아요 !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다 !
작업 개요
여기에 작성하세요
작업 사항
여기에 작성하세요
고민한 점들(필수 X)
여기에 작성하세요
스크린샷(필수 X)
여기에 작성하세요