add config:record type (#118)

This commit is contained in:
Sam Machin
2026-01-02 15:19:43 +00:00
committed by GitHub
parent 2b81fe20f0
commit 5745cc9a29

View File

@@ -534,6 +534,11 @@
"type": "string",
"enum": ["startCallRecording", "stopCallRecording", "pauseCallRecording", "resumeCallRecording"]
},
"type" : {
"type" : "string",
"enum" : ["cloud", "siprec"]
},
"recordingID": "string",
"siprecServerURL": "string|array",
"headers": "object"