openvidu-meet/meet-ce/backend/openapi/components/requestBodies/update-room-config-request.yaml
juancarmore 029802787a Reapply "Revert commits 6c7bfd4 5638025 da7759d ba374ce cf84de4 39a9b7d e990c19"
This reverts commit 450aa85b887e2ce56052c8abe75fbe4722a2ef69.
2026-03-06 17:00:20 +01:00

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