[Fix] 리액션 안보이던 문제, 미디어 상태 공유 안되던 문제 해결 #319
Merged
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.
Note
작동 되는지 보고 커밋해주세요...ㅠ
✅ 체크리스트
🧩 작업 내용
📝 작업 상세 내역
리액션
리액션 박스 앞에 z-10으로 되어있어서 가려서 안보였던 문제 해결
미디어 상태 공유 안되던 문제 해결
위에 onopen에서 채널을 ref 객체에 이미 넣어주고 있는데 channel.onopen 해서 다시 넣는 코드 때문에 연결이 안된 데이터채널이 저장되고 있었습니다.
ondatachannel은 상대방과 데이터채널이 수립될 때 실행되는거라 저장하는 채널과는 다른 채널입니다.
channel.onopen 부분 지우니 정상작동했습니다.
🐥 리뷰 받고 싶은 포인트(선택)