mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2026-01-25 02:08:24 +00:00
minor change for LCC to mute non-moderators in a conference
This commit is contained in:
@@ -89,6 +89,7 @@ function validateUpdateCall(opts) {
|
||||
const count = [
|
||||
'call_hook',
|
||||
'child_call_hook',
|
||||
'conf_mute',
|
||||
'call_status',
|
||||
'listen_status',
|
||||
'conf_hold_status',
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user