20 lines
750 B
YAML
20 lines
750 B
YAML
description: Accepted — The stop request has been accepted. The endpoint to retrieve the recording is provided in the Location header.
|
|
headers:
|
|
Location:
|
|
description: The URL to retrieve the recording details
|
|
schema:
|
|
type: string
|
|
example: 'https://openvidu.example.com/meet/api/v1/recordings/room-123--EG_XYZ--XX445'
|
|
content:
|
|
application/json:
|
|
schema:
|
|
$ref: '../schemas/meet-recording.yaml'
|
|
example:
|
|
recordingId: 'room-123--EG_XYZ--XX445'
|
|
roomId: 'room-123'
|
|
status: 'ENDING'
|
|
filename: 'room-123--EG_XYZ--XX445'
|
|
startDate: 1600000000000
|
|
duration: 3.6
|
|
details: 'End reason: StopEgress API'
|