Skip to content

Commit

Permalink
Nudge Deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
tyouwei committed Nov 9, 2024
1 parent 47c8a39 commit 909f3bb
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 909f3bb

Please sign in to comment.