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

[Resolves #89] OpenVidu로 WebRTC 구조 변경 #92

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

sschan99
Copy link
Contributor

@sschan99 sschan99 commented May 7, 2023

#89

작업 목록

VideoRoomController

  • OpenVidu에서 참가자들이 들어올 수 있는 가상의 방인 Session을 초기화하는 initializeSession 추가
  • Session에 참가하는 사람이 생길 때, Connection을 생성하고 해당하는 Token을 반환하는 createConnection 추가
  • docker-compose.yml에 openvidu 서비스를 추가
해야할 일
  • 프론트에 SFU 적용한 뒤
  • OpenVidu로 대체하여 안쓰게 된 기능들 삭제하기

- POST /api/sessions
- POST /api/sessions/{sessionId}/connections
@sschan99 sschan99 added the feature new feature label May 7, 2023
@sschan99 sschan99 requested a review from BambooKim May 7, 2023 08:11
@sschan99 sschan99 self-assigned this May 7, 2023
@sschan99 sschan99 force-pushed the feature/89/openvidu branch from 58b8673 to 9abe8a0 Compare May 17, 2023 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants