mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
only recordings that are *recorded* require consent
This commit is contained in:
@@ -546,6 +546,12 @@ export const $Meeting = {
|
||||
format: "date-time",
|
||||
title: "End Date",
|
||||
},
|
||||
recording_type: {
|
||||
type: "string",
|
||||
enum: ["none", "local", "cloud"],
|
||||
title: "Recording Type",
|
||||
default: "cloud",
|
||||
},
|
||||
},
|
||||
type: "object",
|
||||
required: [
|
||||
|
||||
Reference in New Issue
Block a user