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

[Feat] Peer 접속시 UI 상에 Dummy User 반영 #334

Merged
merged 12 commits into from
Dec 2, 2024

Conversation

seoko97
Copy link
Collaborator

@seoko97 seoko97 commented Dec 1, 2024

관련 이슈 번호

작업 내용

  • Peer 접속시 더비 유저를 생성하여 UI상에 반영되는 로직 추가

PR 포인트

현재 newProducer 이벤트를 통해 consumer를 생성하고 있기 때문에 만약 이미 더미 유저가 존재하고 새롭게 접속하는 유저는 기존 더미유저를 받아오지 못합니다.

해당 부분을 해결하기 위해선 전체적인 리펙토링이 필요하기 때문에 기존 유저가 새로운 peer가 접속했을 때 더미 유저가 추가되는 방향으로 구현을 진행하였습니다.

스크린샷

화면 기록 2024-12-02 오전 2 19 48

@seoko97 seoko97 added FE Frontend 관련 작업 ✨ Feature 새로운 기능 추가 labels Dec 1, 2024
@seoko97 seoko97 self-assigned this Dec 1, 2024
@github-actions github-actions bot added the size/m label Dec 1, 2024
Copy link

github-actions bot commented Dec 1, 2024

🎨 스토리북 확인하기

@@ -267,7 +265,7 @@ export class MediasoupService implements OnModuleInit {
const peer = room.peers.get(socketId);
const consumer = peer.getConsumer(consumerId);

consumer.pause();
consumer?.pause();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P3 어제 제가 올린 에러 해결된거 확인하였습니다!! ? 없이도 에러가 나지 않던데 없에도 되지않을까요??

@seoko97 seoko97 merged commit c69aed7 into develop Dec 2, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FE Frontend 관련 작업 ✨ Feature 새로운 기능 추가 size/m
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] 카메라 권한이 설정되지 않더라도 그리드상에 보이도록 구현
5 participants