Skip to content

Commit

Permalink
Merge pull request #172 from CS3219-AY2425S1/fix/audio-call
Browse files Browse the repository at this point in the history
Nudge Deployment
  • Loading branch information
tyouwei authored Nov 9, 2024
2 parents fafcfb4 + 909f3bb commit cbee206
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit cbee206

Please sign in to comment.