18 lines
492 B
YAML
18 lines
492 B
YAML
description: New room config
|
|
content:
|
|
application/json:
|
|
schema:
|
|
type: object
|
|
properties:
|
|
config:
|
|
$ref: '../schemas/meet-room-config.yaml#/MeetRoomConfig'
|
|
example:
|
|
config:
|
|
chat:
|
|
enabled: true
|
|
recording:
|
|
enabled: true
|
|
encoding: H264_720P_30
|
|
virtualBackground:
|
|
enabled: true
|