From 5745cc9a29f7eb7401944ce834e0bdbd86cfc43b Mon Sep 17 00:00:00 2001 From: Sam Machin Date: Fri, 2 Jan 2026 15:19:43 +0000 Subject: [PATCH] add config:record type (#118) --- specs.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/specs.json b/specs.json index 8783bbd..00131dd 100644 --- a/specs.json +++ b/specs.json @@ -534,6 +534,11 @@ "type": "string", "enum": ["startCallRecording", "stopCallRecording", "pauseCallRecording", "resumeCallRecording"] }, + "type" : { + "type" : "string", + "enum" : ["cloud", "siprec"] + + }, "recordingID": "string", "siprecServerURL": "string|array", "headers": "object"