allow mixType in config.listen

This commit is contained in:
Dave Horton
2023-02-04 16:03:52 -05:00
parent a0d7944af9
commit 022293c6dc
3 changed files with 7 additions and 3 deletions

View File

@@ -54,6 +54,10 @@
"url": "string",
"sampleRate": "number",
"wsAuth": "#auth",
"mixType": {
"type": "string",
"enum": ["mono", "stereo", "mixed"]
},
"metadata": "object"
},
"required": [