minor change for LCC to mute non-moderators in a conference

This commit is contained in:
Dave Horton
2021-09-25 12:38:12 -04:00
parent 8411570668
commit e125491d5a
2 changed files with 8 additions and 0 deletions

View File

@@ -89,6 +89,7 @@ function validateUpdateCall(opts) {
const count = [
'call_hook',
'child_call_hook',
'conf_mute',
'call_status',
'listen_status',
'conf_hold_status',

View File

@@ -3102,6 +3102,13 @@ paths:
enum:
- completed
- no-answer
conf_mute:
type: boolean
conf_status:
type: string
enum:
- hold
- unhold
listen_status:
type: string
enum: