Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If the user wishes to have recordings created automatically for them as they become available, they can do so using the automated recording feature. To do so, they must first 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.

Creating an auto-recording request requires that the user specifies which channel they would like to record on. Auto-recording across multiple channels is currently not supported.

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.

...