openvidu/backend/openapi/components/requestBodies/update-room-config-request.yaml
2025-09-10 00:22:11 +02:00

17 lines
468 B
YAML

description: New room config
content:
application/json:
schema:
type: object
properties:
config:
$ref: '../schemas/meet-room-config.yaml#/MeetRoomConfig'
example:
config:
chatConfig:
enabled: true
recordingConfig:
enabled: false
virtualBackgroundConfig:
enabled: true