We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fafcfb4 + 909f3bb commit cbee206Copy full SHA for cbee206
peerprep-fe/src/app/collaboration/components/AudioSharing.tsx
@@ -26,7 +26,7 @@ const AudioSharing = () => {
26
const TURN_CREDENTIAL = process.env.NEXT_PUBLIC_TURN_PASSWORD;
27
28
if (!TURN_SERVER || !TURN_USERNAME || !TURN_CREDENTIAL) {
29
- // Log which specific variables are missing
+ // Log which specific TURN variables are missing
30
console.error('Missing TURN env:', {
31
server: !!TURN_SERVER,
32
username: !!TURN_USERNAME,
0 commit comments