add support for recording conference to a file

This commit is contained in:
Dave Horton
2021-11-19 10:05:45 -05:00
parent 2262973f43
commit 0c5150cb30
2 changed files with 28 additions and 3 deletions

View File

@@ -92,7 +92,8 @@
"waitHook": "object|string",
"statusEvents": "array",
"statusHook": "object|string",
"enterHook": "object|string"
"enterHook": "object|string",
"record": "#record"
},
"required": [
"name"
@@ -241,6 +242,14 @@
"url"
]
},
"record": {
"properties": {
"path": "string"
},
"required": [
"path"
]
},
"redirect": {
"properties": {
"actionHook": "object|string"