diff --git a/nginx.conf b/nginx.conf index d594b0d..84a43d3 100644 --- a/nginx.conf +++ b/nginx.conf @@ -16,4 +16,4 @@ server { proxy_set_header Host $host; proxy_cache_bypass $http_upgrade; } -} \ No newline at end of file +} diff --git a/src/pages/VideoPage.jsx b/src/pages/VideoPage.jsx index aca9057..004953c 100644 --- a/src/pages/VideoPage.jsx +++ b/src/pages/VideoPage.jsx @@ -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) {