Skip to content

Conversation

@bh2980
Copy link
Member

@bh2980 bh2980 commented Dec 11, 2022

작업 중인 PR이라면 제목에 [WIP]을 작성해주세요.

PR 목적 / 요약

image

  • Video 컴포넌트를 statici Video만 다루도록 변경
  • Stream Video 컴포넌트 생성 및 레이아웃 완료
  • Video Grid, Video 컴포넌트에 16 / 9 비율 css 속성 추가

관련 이슈

리뷰받고 싶은 부분 설명

없음

특이사항

다른 사람의 mute 여부를 알기 위해서 서버를 통해 이벤트를 수신해야하는 것을 만들면서 알게되었습니다.
기존에 생각하고있던 mute 이벤트가 제가 생각한대로 동작하는 이벤트가 아니더군요.
때문에 UserType에 mute 여부를 추가하고 타인의 mute 여부를 서버를 통해 받아오도록 만들어야
mute 여부를 표시해주는 아이콘 기능을 추가할 수 있을 것 같습니다.

현재 제가 (구)서버 버전을 사용하는 관계로 아직 닉네임을 받아오지 않습니다.
때문에 임시로 uuid로 만들어두었습니다.

@bh2980 bh2980 added this to the Week 5 milestone Dec 11, 2022
@bh2980 bh2980 self-assigned this Dec 11, 2022
@bh2980 bh2980 linked an issue Dec 11, 2022 that may be closed by this pull request
4 tasks
@bh2980 bh2980 merged commit fce8a9a into dev Dec 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Video 컴포넌트 완성하기

2 participants