Using this template helps us debug your issues more effectively 
Description
If we adjust the playback range of a recording, viewers who are not logged in cannot download the video. The download option is disabled in Sharing and the download link does not appear on the recording page.
I’ve address this with technical support who submitted an enhancement request.
Using Update Meeting Recording Settings to enable viewer downloads returns the expected 204 status, meaning that the path was successful.
Error
The viewer download option, however, is not enabled.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
Knowing the endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.
Which Endpoint/s?
https://api.zoom.us/v2/meetings/{meetingId}/recordings/settings
How To Reproduce (If applicable)
PATCH https://api.zoom.us/v2/meetings/i4nBVQ5cSMCTh43Ohv59BA==/recordings/settings
Headers:
Authorization: Bearer <auth-string-here>
Content-Type: application/json
Body:
{
"approval_type": 2,
"recording_authentication": false,
"send_email_to_host": true,
"share_recording": "publicly",
"viewer_download": true
}
