From 03fd736f4991508fa43b86029c2afd82b5e167fe Mon Sep 17 00:00:00 2001 From: kumarks1122 Date: Wed, 7 Feb 2024 12:34:06 +0530 Subject: [PATCH] #000 | port config changes added --- nodejs/voice-streaming/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/nodejs/voice-streaming/index.js b/nodejs/voice-streaming/index.js index 93a5031..2d01a9b 100644 --- a/nodejs/voice-streaming/index.js +++ b/nodejs/voice-streaming/index.js @@ -66,6 +66,7 @@ app.post('/media', async (req, res) => { language = languageObj.name.trim().toLowerCase() audioKey = `${category}:${language}` audioUrl = await getAudio(audioKey) + console.log(`${sessionId} :: audioKey :: ${audioKey}`) if(!audioUrl) { audioKey = `${audioKey}:empty`