Fix(#222): 발표자의 음성만 참여자에게 전달하고, 강의 종료 시 음성 파일로 저장한다. #223
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.
작업 개요
발표자의 음성만 참여자에게 전달하고, 강의 종료 시 음성 파일로 저장되도록 구성한다. close #222
화이트보드 변경 사항은 JSON 형태로 전달하도록 구성했기 때문에, 발표자의 화이트보드 영상과 음성을 참여자에게 전달하는 것이 아닌 발표자의 음성만 전달한다. 또한 강의 종료 시 음성 파일로 저장하도록 변경했다.
작업 사항
기존 영상과 음성을 모두 전달하도록 했으나 음성만 전달하고, 음성 스트림을 바탕으로 음성 파일로 만들도록 구성했다.