From 909f3bb7029d330f2887924f5475be952f2f9397 Mon Sep 17 00:00:00 2001 From: You Wei Date: Sun, 10 Nov 2024 04:32:08 +0800 Subject: [PATCH] Nudge Deployment --- peerprep-fe/src/app/collaboration/components/AudioSharing.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peerprep-fe/src/app/collaboration/components/AudioSharing.tsx b/peerprep-fe/src/app/collaboration/components/AudioSharing.tsx index bcc2944dc3..b243c8552a 100644 --- a/peerprep-fe/src/app/collaboration/components/AudioSharing.tsx +++ b/peerprep-fe/src/app/collaboration/components/AudioSharing.tsx @@ -26,7 +26,7 @@ const AudioSharing = () => { const TURN_CREDENTIAL = process.env.NEXT_PUBLIC_TURN_PASSWORD; if (!TURN_SERVER || !TURN_USERNAME || !TURN_CREDENTIAL) { - // Log which specific variables are missing + // Log which specific TURN variables are missing console.error('Missing TURN env:', { server: !!TURN_SERVER, username: !!TURN_USERNAME,