allow dub as http updateCall request (#974)

This commit is contained in:
Hoan Luu Huu
2024-11-14 19:20:33 +07:00
committed by GitHub
parent 22ef201360
commit 71c475e758

View File

@@ -1667,7 +1667,7 @@ Duration=${duration} `
return this._lccConferenceParticipantAction(opts.conferenceParticipantAction); return this._lccConferenceParticipantAction(opts.conferenceParticipantAction);
} }
else if (opts.dub) { else if (opts.dub) {
return this._lccDub(opts); return this._lccDub(opts.dub, callSid);
} }
else if (opts.boostAudioSignal) { else if (opts.boostAudioSignal) {
return this._lccBoostAudioSignal(opts, callSid); return this._lccBoostAudioSignal(opts, callSid);