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

12 lines
317 B
YAML

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