-
Notifications
You must be signed in to change notification settings - Fork 2
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] Context API를 통한 mediasoup 관련 로직 분리 #273
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
411766c
chore: a11y 관련 eslint 비활성화
seoko97 d733586
feat: socket connect error 추가
seoko97 b47cfa5
refactor: socket을 context를 통해 관리하도록 변경
seoko97 25124b0
feat: 사용하지 않는 파일 제거
seoko97 c645c71
fix: 이미 존재하는 consumer를 생성하던 오류 수정
seoko97 f6b7f81
feat: 카메라, 마이크, 화면 스트림을 가져오는 유틸리티 함수 추가
seoko97 2bc987e
feat: live 페이지 context provider 추가
seoko97 63f4b47
feat: 원격 및 로컬 스트림을 위한 context 및 provider 추가
seoko97 00b210e
refactor: context api를 통한 props drilling 개선
seoko97 5426344
feat: unmount시 disconnect 함수 실행
seoko97 c8a8853
feat: if문 제거
seoko97 738f5bf
feat: 상대 경로를 절대 경로로 변경
seoko97 209c918
fix: socket을 중복해서 호출하던 오류 수정
seoko97 b54ae85
feat: 미디어 타입에 stream 상태를 저장하도로 변경
seoko97 b296763
feat: 화면 공유 직접 종료시 screen에 대한 state 정보를 제거하도록 변경
seoko97 beee810
fix: 병합 충돌 해결
seoko97 0d2ff4f
fix: 병합 충돌 수정
seoko97 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions
3
.../web/src/components/live/SubVideoGrid.tsx → ...mponents/live/StreamView/SubVideoGrid.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
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.
👍🏿