allow boostAudioSignal from updateCall (#523)

This commit is contained in:
Hoan Luu Huu
2025-12-07 20:37:38 +07:00
committed by GitHub
parent 40754deb3e
commit 6ef40a648c

View File

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