This commit refactors the recording API endpoints from the internal API to the public API. This change allows users to start and stop recordings using API keys, enabling more secure and flexible access control for recording functionality. It also centralizes recording-related logic in the public API, simplifying the codebase and improving maintainability.
12 lines
415 B
YAML
12 lines
415 B
YAML
description: Service Unavailable — The recording service is unavailable
|
|
content:
|
|
application/json:
|
|
schema:
|
|
$ref: '../schemas/error.yaml'
|
|
examples:
|
|
starting_timeout:
|
|
summary: Recording service timed out
|
|
value:
|
|
error: 'Recording Error'
|
|
message: Recording in room 'room-123' timed out while starting
|