openvidu/backend/openapi/components/requestBodies/update-room-config-request.yaml

17 lines
450 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: false
virtualBackground:
enabled: true