There is the toggle “Cloud recording” with two checkboxes on the Settings UI: “Zoom Webinars” and “Zoom Meetings”.
They exist on the User, Group and Account level pages.
While the toggle exists in both: UI and API, the checkboxes are absent in these API responses:
GET /users/{userId}/settings
GET /groups/{groupId}/settings
GET /accounts/{accountId}/settings
Add those settings in the API please.
We need them to show a user status of the auto-recording feature - whether meetings can be scheduled with the auto-recording enabled (meaning the enabled setting will have effect regarding other settings).
While the other feature request is not implemented, we need to track any settings that affect the auto-recording settings of a meeting. So, the checkboxes’ states are essential for us at the moment.