Download Recording
GET {{voxeet-api-endpoint}}/v1/monitor/conferences/{{dolby-conference-id}}/recordings/mp4?from=0&to=9999999999999&max=100&start=
Get a list of the recorded conference metadata, such as duration or size of the recording. This API checks the recordings that have ended during a specific time range. Recordings are indexed based on the ending time.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
from | number | The beginning of the time range (in milliseconds that have elapsed since epoch). | |
to | number | The end of the time range (in milliseconds that have elapsed since epoch). | |
max | number | The maximum number of displayed results. We recommend setting the proper value of this parameter to shorten the response time. | |
start | null | When the results span multiple pages, use this option to navigate through pages. By default, only the max number of results is displayed. To see the next results, set the start parameter to the value of the next key returned in the previous response. | |