config.listen now supports mixType

This commit is contained in:
Dave Horton
2023-02-04 16:05:45 -05:00
parent f2ff5250b0
commit c48c444ed2

View File

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