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