From 6ef40a648cdde4888e3e63289fcd1b3f323d75ef Mon Sep 17 00:00:00 2001 From: Hoan Luu Huu <110280845+xquanluu@users.noreply.github.com> Date: Sun, 7 Dec 2025 20:37:38 +0700 Subject: [PATCH] allow boostAudioSignal from updateCall (#523) --- lib/routes/api/accounts.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/routes/api/accounts.js b/lib/routes/api/accounts.js index ce5096e..0683b43 100644 --- a/lib/routes/api/accounts.js +++ b/lib/routes/api/accounts.js @@ -298,7 +298,8 @@ function validateUpdateCall(opts) { 'tag', 'dtmf', 'conferenceParticipantAction', - 'dub' + 'dub', + 'boostAudioSignal' ] .reduce((acc, prop) => (opts[prop] ? ++acc : acc), 0);