openvidu/backend/openapi/components/schemas/recording-base.yaml

33 lines
894 B
YAML

type: object
required:
- recordingId
- roomId
- roomName
- status
- filename
- startDate
properties:
recordingId:
type: string
description: The unique identifier of the recording.
example: room-123--EG_XYZ--XX445
roomId:
type: string
description: The ID of the room where the recording was made.
example: room-123
roomName:
type: string
description: The name of the room where the recording was made.
example: 'room'
status:
type: string
description: The status of the recording.
filename:
type: string
description: The name of the recording file.
example: room-123--XX445.mp4
startDate:
type: number
description: The date when the recording started (milliseconds since the Unix epoch).
example: 1620000000000