From 2f870fd099347836ff51b5ff4976d08882a07af5 Mon Sep 17 00:00:00 2001 From: Quan HL Date: Tue, 10 Dec 2024 14:25:22 +0700 Subject: [PATCH] wip --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 8e4e43f..7e2f66a 100644 --- a/app.js +++ b/app.js @@ -224,7 +224,7 @@ class SrsClient extends Emitter { ...(process.env.JAMBONES_DISABLE_RTP_ADDRESS_LEARNING ? ['asymmetric'] : []), 'allow transcoding'], // inherit codec flags from application. - ...(process.env.JAMBONESE_SIPREC_TRANCODE_ENABLED && codec && {codec}) + ...(process.env.JAMBONESE_SIPREC_TRANSCODE_ENABLED && codec && {codec}) }; let response = await this.subscribeRequest({ ...opts, label: '1', flags: ['all'], interface: 'public' });