allow dub as http updateCall request (#363)

This commit is contained in:
Hoan Luu Huu
2024-11-14 19:20:10 +07:00
committed by GitHub
parent e8d5655abb
commit f9990da468

View File

@@ -266,7 +266,8 @@ function validateUpdateCall(opts) {
'record',
'tag',
'dtmf',
'conferenceParticipantAction'
'conferenceParticipantAction',
'dub'
]
.reduce((acc, prop) => (opts[prop] ? ++acc : acc), 0);