...
If the user wishes to have recordings created automatically for them as they become available, they can create an Automated recording request by calling the create auto recording request endpoint. Users can obtain a list of their current auto recording requests by calling the get auto recording requests endpoint. Users can update those requests by calling the update recording request endpoint, and delete them using the delete auto recording request endpoint.
If the Auto recording request has auto_delete set, the system will limit the maximum number of recordings retained based on a configurable value. The oldest of the recordings created as a result of the auto recording request will be automatically deleted as new recordings are added.
...