Add shared rooms

This commit is contained in:
2024-10-04 17:09:59 +02:00
parent 39d02ab265
commit ecb91bedc3
7 changed files with 170 additions and 11 deletions

View File

@@ -736,6 +736,10 @@ export const $Room = {
type: "string",
title: "Recording Trigger",
},
is_shared: {
type: "boolean",
title: "Is Shared",
},
},
type: "object",
required: [
@@ -750,6 +754,7 @@ export const $Room = {
"room_mode",
"recording_type",
"recording_trigger",
"is_shared",
],
title: "Room",
} as const;