Get the recording of a specific conference

GET {{baseUrl}}/conferences/:cid/recordings?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

KeyDatatypeRequiredDescription
fromnumberThe beginning of the time range (in milliseconds that have elapsed since epoch).
tonumberThe end of the time range (in milliseconds that have elapsed since epoch).
maxnumberThe maximum number of displayed results. We recommend setting the proper value of this parameter to shorten the response time.
startnullWhen 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.