Skip to content

Commit

Permalink
allow dub as http updateCall request (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
xquanluu authored Nov 14, 2024
1 parent e8d5655 commit f9990da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/routes/api/accounts.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,8 @@ function validateUpdateCall(opts) {
'record',
'tag',
'dtmf',
'conferenceParticipantAction'
'conferenceParticipantAction',
'dub'
]
.reduce((acc, prop) => (opts[prop] ? ++acc : acc), 0);

Expand Down

0 comments on commit f9990da

Please sign in to comment.