Skip to content

Commit cbee206

Browse files
authored
Merge pull request #172 from CS3219-AY2425S1/fix/audio-call
Nudge Deployment
2 parents fafcfb4 + 909f3bb commit cbee206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peerprep-fe/src/app/collaboration/components/AudioSharing.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const AudioSharing = () => {
2626
const TURN_CREDENTIAL = process.env.NEXT_PUBLIC_TURN_PASSWORD;
2727

2828
if (!TURN_SERVER || !TURN_USERNAME || !TURN_CREDENTIAL) {
29-
// Log which specific variables are missing
29+
// Log which specific TURN variables are missing
3030
console.error('Missing TURN env:', {
3131
server: !!TURN_SERVER,
3232
username: !!TURN_USERNAME,

0 commit comments

Comments
 (0)