openvidu/backend/openapi/components/requestBodies/start-recording-request.yaml

13 lines
374 B
YAML

description: Recording details
content:
application/json:
schema:
type: object
required:
- roomId
properties:
roomId:
type: string
example: 'room-123'
description: >
The unique identifier of the room to record.