-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat(web): WebRTC을 사용한 라이브 페이지 초기 구현 #165
Merged
Conversation
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
blan19
added a commit
that referenced
this pull request
May 23, 2023
* 테스트 * none * none * none * video css add * none * chating add * camera on off add * exit user check chat,live session exit * chat css fix * pull develop * chore(web): 레이아웃 컴포넌트 초기 진입시에만 렌더링 되도록 수정 * feat(web): Live 타입 모듈로 추가 * chore(web): 오픈비두 환경변수 추가 * refactor(web): 기존 컴포넌트 내부에 선언된 api들을 tanstack-query로 이관 * refactor(web): 기존 Live 사용하던 타입들 모듈로 재사용 * refactor(web): 기존 컨벤션에 맞춰 네임스페이스 방식으로 Import 변경 * design(ui): FormLabel padding 수정 * design(ui): FormAttachment 모바일 스타일 수정 * feat(web): Live Form State 추가 * refactor(web): Ui Form 패키지 사용 * chore(web): Live 종료시 invalidQuery 실행 삭제 * chore(web): Live 리스트 Api 스펙 변경 적용 * pull feature_live * private room password input modal add, chat stomp get userNumbers * none * disconnect fix * openvidu disconnection 구현 * fix(web): 새로 올라온 QA 리스트 - 1 (#163) * fix(web): 메인페이지 매거진 수량 버그 * fix(web): 마이페이지 갤러리 좌우 간격 * fix(web): 더보기 버튼 텍스트 웨이트 * fix(web): 검색 시 x 버튼 중복 * fix(web): 매거진 카드 flex * fix(web): 커뮤니티 - Main - 리스트 글자 * fix(web): SEO title 변경 * pc version live complite * fix(web): lint error * feat(web): WebRTC을 사용한 라이브 페이지 초기 구현 (#165) * chore(web): 레이아웃 컴포넌트 초기 진입시에만 렌더링 되도록 수정 * feat(web): Live 타입 모듈로 추가 * chore(web): 오픈비두 환경변수 추가 * refactor(web): 기존 컴포넌트 내부에 선언된 api들을 tanstack-query로 이관 * refactor(web): 기존 Live 사용하던 타입들 모듈로 재사용 * refactor(web): 기존 컨벤션에 맞춰 네임스페이스 방식으로 Import 변경 * design(ui): FormLabel padding 수정 * design(ui): FormAttachment 모바일 스타일 수정 * feat(web): Live Form State 추가 * refactor(web): Ui Form 패키지 사용 * chore(web): Live 종료시 invalidQuery 실행 삭제 * chore(web): Live 리스트 Api 스펙 변경 적용 * pull feature_live * private room password input modal add, chat stomp get userNumbers * none * disconnect fix * openvidu disconnection 구현 * pc version live complite * fix(web): lint error --------- Co-authored-by: [email protected] <[email protected]> Co-authored-by: doyupKim <[email protected]> * add recoil for layout footer toggle controll * striming video width 100% add * striming mobile header delete advertisement * fix style * change mobile publish view * fix(web): 자잘자잘한 qa 최신 리스트 수정 (#172) * feat: change private api method to public api * feat: include Navbar about live link * fix(web, lib): udate truncate maxLength arg --------- Co-authored-by: [email protected] <[email protected]> Co-authored-by: doyupKim <[email protected]> Co-authored-by: baejinWoong <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Pull Request
Summary
WebRTC 을 화상 챗 구현
Issue number and link
#91