From 71c475e758e30584b1d45b3bad34533c6fb21021 Mon Sep 17 00:00:00 2001 From: Hoan Luu Huu <110280845+xquanluu@users.noreply.github.com> Date: Thu, 14 Nov 2024 19:20:33 +0700 Subject: [PATCH] allow dub as http updateCall request (#974) --- lib/session/call-session.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/session/call-session.js b/lib/session/call-session.js index a2ec9d32..6b754e0e 100644 --- a/lib/session/call-session.js +++ b/lib/session/call-session.js @@ -1667,7 +1667,7 @@ Duration=${duration} ` return this._lccConferenceParticipantAction(opts.conferenceParticipantAction); } else if (opts.dub) { - return this._lccDub(opts); + return this._lccDub(opts.dub, callSid); } else if (opts.boostAudioSignal) { return this._lccBoostAudioSignal(opts, callSid);