mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-21 17:17:58 +00:00
config.listen now supports mixType
This commit is contained in:
@@ -54,7 +54,11 @@
|
||||
"url": "string",
|
||||
"sampleRate": "number",
|
||||
"wsAuth": "#auth",
|
||||
"metadata": "object"
|
||||
"metadata": "object",
|
||||
"mixType": {
|
||||
"type": "string",
|
||||
"enum": ["mono", "stereo", "mixed"]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"enable"
|
||||
|
||||
Reference in New Issue
Block a user