Skip to content

Commit

Permalink
Merge pull request #74 from KakaoTech-BootCamp-Team-2/dev
Browse files Browse the repository at this point in the history
🚀 Deploy
  • Loading branch information
sayyyho authored Aug 30, 2024
2 parents de9e8ae + d991582 commit 72fc59d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ server {
proxy_set_header Host $host;
proxy_cache_bypass $http_upgrade;
}
}
}
1 change: 1 addition & 0 deletions src/pages/VideoPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const RTCPage = () => {

if (myVideoRef.current) {
myVideoRef.current.srcObject = stream;
myVideoRef.current.volume = 0; // 볼륨을 0으로 설정
}
stream.getTracks().forEach((track) => {
if (pcRef.current) {
Expand Down

0 comments on commit 72fc59d

Please sign in to comment.