mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 16:50:39 +00:00
add mixType to config.listen
This commit is contained in:
@@ -54,6 +54,10 @@
|
|||||||
"url": "string",
|
"url": "string",
|
||||||
"sampleRate": "number",
|
"sampleRate": "number",
|
||||||
"wsAuth": "#auth",
|
"wsAuth": "#auth",
|
||||||
|
"mixType": {
|
||||||
|
"type": "string",
|
||||||
|
"enum": ["mono", "stereo", "mixed"]
|
||||||
|
},
|
||||||
"metadata": "object"
|
"metadata": "object"
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|||||||
Reference in New Issue
Block a user