backend: update response schemas to remove 'allowAccessTo' and add layout options for recordings

This commit is contained in:
juancarmore 2026-01-19 11:49:59 +01:00
parent 1855755cd6
commit c0ecc826cb
6 changed files with 11 additions and 7 deletions

View File

@ -19,7 +19,6 @@ content:
recording:
enabled: false
layout: grid
allowAccessTo: admin_moderator_speaker
chat:
enabled: true
virtualBackground:
@ -81,7 +80,6 @@ content:
recording:
enabled: false
layout: grid
allowAccessTo: admin_moderator_speaker
chat:
enabled: true
virtualBackground:

View File

@ -28,7 +28,6 @@ content:
recording:
enabled: false
layout: grid
allowAccessTo: admin_moderator_speaker
chat:
enabled: true
virtualBackground:
@ -90,7 +89,6 @@ content:
recording:
enabled: true
layout: grid
allowAccessTo: admin_moderator_speaker
chat:
enabled: false
virtualBackground:
@ -164,6 +162,7 @@ content:
config:
recording:
enabled: false
layout: grid
chat:
enabled: true
virtualBackground:
@ -177,6 +176,7 @@ content:
config:
recording:
enabled: true
layout: grid
chat:
enabled: false
virtualBackground:

View File

@ -44,6 +44,7 @@ content:
config:
recording:
enabled: false
layout: grid
chat:
enabled: true
virtualBackground:
@ -109,6 +110,7 @@ content:
config:
recording:
enabled: false
layout: grid
chat:
enabled: true
virtualBackground:

View File

@ -29,6 +29,7 @@ content:
config:
recording:
enabled: false
layout: grid
chat:
enabled: true
virtualBackground:
@ -90,6 +91,7 @@ content:
config:
recording:
enabled: false
layout: grid
chat:
enabled: true
virtualBackground:
@ -149,10 +151,11 @@ content:
owner: 'admin'
creationDate: 1620000000000
config:
chat:
enabled: true
recording:
enabled: false
layout: grid
chat:
enabled: true
virtualBackground:
enabled: true
e2ee:

View File

@ -24,6 +24,7 @@ properties:
description: The status of the recording.
layout:
type: string
enum: ['grid', 'speaker', 'single-speaker']
example: 'grid'
description: The layout of the recording.
filename:

View File

@ -22,9 +22,9 @@ properties:
status:
type: string
description: The status of the recording.
example: active
layout:
type: string
enum: ['grid', 'speaker', 'single-speaker']
description: The layout of the recording.
example: grid
filename: