backend: update response schemas to remove 'allowAccessTo' and add layout options for recordings
This commit is contained in:
parent
1855755cd6
commit
c0ecc826cb
@ -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:
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user