SQL Server / Zoom API / Update meeting recording settings
Back to Collection Items
-- Important: See this note about string length limitations for strings returned by sp_OAMethod calls.
--
CREATE PROCEDURE ChilkatSample
AS
BEGIN
DECLARE @hr int
DECLARE @iTmp0 int
-- Important: Do not use nvarchar(max). See the warning about using nvarchar(max).
DECLARE @sTmp0 nvarchar(4000)
-- This example assumes the Chilkat API to have been previously unlocked.
-- See Global Unlock Sample for sample code.
DECLARE @http int
-- Use "Chilkat_9_5_0.Http" for versions of Chilkat < 10.0.0
EXEC @hr = sp_OACreate 'Chilkat.Http', @http OUT
IF @hr <> 0
BEGIN
PRINT 'Failed to create ActiveX component'
RETURN
END
DECLARE @success int
DECLARE @req int
-- Use "Chilkat_9_5_0.HttpRequest" for versions of Chilkat < 10.0.0
EXEC @hr = sp_OACreate 'Chilkat.HttpRequest', @req OUT
EXEC sp_OASetProperty @req, 'HttpVerb', 'PATCH'
EXEC sp_OASetProperty @req, 'Path', '/v2/meetings/:meetingId/recordings/settings'
EXEC sp_OASetProperty @req, 'ContentType', 'multipart/form-data'
EXEC sp_OAMethod @req, 'AddParam', NULL, 'share_recording', 'internally'
EXEC sp_OAMethod @req, 'AddParam', NULL, 'recording_authentication', 'internallytrue'
EXEC sp_OAMethod @req, 'AddParam', NULL, 'authentication_option', 'internallytrueDuis quis officia ad mollit'
EXEC sp_OAMethod @req, 'AddParam', NULL, 'authentication_domains', 'internallytrueDuis quis officia ad mollitaute Ut'
EXEC sp_OAMethod @req, 'AddParam', NULL, 'viewer_download', 'internallytrueDuis quis officia ad mollitaute Utfalse'
EXEC sp_OAMethod @req, 'AddParam', NULL, 'password', 'internallytrueDuis quis officia ad mollitaute Utfalsenisi magn'
EXEC sp_OAMethod @req, 'AddParam', NULL, 'on_demand', 'internallytrueDuis quis officia ad mollitaute Utfalsenisi magnfalse'
EXEC sp_OAMethod @req, 'AddParam', NULL, 'approval_type', 'internallytrueDuis quis officia ad mollitaute Utfalsenisi magnfalse1'
EXEC sp_OAMethod @req, 'AddParam', NULL, 'send_email_to_host', 'internallytrueDuis quis officia ad mollitaute Utfalsenisi magnfalse1false'
EXEC sp_OAMethod @req, 'AddParam', NULL, 'show_social_share_buttons', 'internallytrueDuis quis officia ad mollitaute Utfalsenisi magnfalse1falsefalse'
EXEC sp_OAMethod @req, 'AddParam', NULL, 'topic', 'internallytrueDuis quis officia ad mollitaute Utfalsenisi magnfalse1falsefalsedolor minim voluptate labore irure'
EXEC sp_OAMethod @req, 'AddHeader', NULL, 'Authorization', 'Bearer <access_token>'
DECLARE @resp int
EXEC sp_OAMethod @http, 'SynchronousRequest', @resp OUT, 'api.zoom.us', 443, 1, @req
EXEC sp_OAGetProperty @http, 'LastMethodSuccess', @iTmp0 OUT
IF @iTmp0 = 0
BEGIN
EXEC sp_OAGetProperty @http, 'LastErrorText', @sTmp0 OUT
PRINT @sTmp0
EXEC @hr = sp_OADestroy @http
EXEC @hr = sp_OADestroy @req
RETURN
END
DECLARE @respStatusCode int
EXEC sp_OAGetProperty @resp, 'StatusCode', @respStatusCode OUT
PRINT 'Response Status Code = ' + @respStatusCode
IF @respStatusCode <> 204
BEGIN
PRINT 'Response Header:'
EXEC sp_OAGetProperty @resp, 'Header', @sTmp0 OUT
PRINT @sTmp0
PRINT 'Response Body:'
EXEC sp_OAGetProperty @resp, 'BodyStr', @sTmp0 OUT
PRINT @sTmp0
PRINT 'Failed.'
EXEC @hr = sp_OADestroy @resp
EXEC @hr = sp_OADestroy @http
EXEC @hr = sp_OADestroy @req
RETURN
END
EXEC @hr = sp_OADestroy @resp
PRINT 'Success.'
EXEC @hr = sp_OADestroy @http
EXEC @hr = sp_OADestroy @req
END
GO
Curl Command
curl -X PATCH
-H "Authorization: Bearer <access_token>"
-H "Content-Type: multipart/form-data"
--form 'share_recording=internally'
--form 'recording_authentication=internallytrue'
--form 'authentication_option=internallytrueDuis quis officia ad mollit'
--form 'authentication_domains=internallytrueDuis quis officia ad mollitaute Ut'
--form 'viewer_download=internallytrueDuis quis officia ad mollitaute Utfalse'
--form 'password=internallytrueDuis quis officia ad mollitaute Utfalsenisi magn'
--form 'on_demand=internallytrueDuis quis officia ad mollitaute Utfalsenisi magnfalse'
--form 'approval_type=internallytrueDuis quis officia ad mollitaute Utfalsenisi magnfalse1'
--form 'send_email_to_host=internallytrueDuis quis officia ad mollitaute Utfalsenisi magnfalse1false'
--form 'show_social_share_buttons=internallytrueDuis quis officia ad mollitaute Utfalsenisi magnfalse1falsefalse'
--form 'topic=internallytrueDuis quis officia ad mollitaute Utfalsenisi magnfalse1falsefalsedolor minim voluptate labore irure'
https://api.zoom.us/v2/meetings/:meetingId/recordings/settings
Postman Collection Item JSON
{
"name": "Update meeting recording settings",
"request": {
"auth": {
"type": "oauth2"
},
"method": "PATCH",
"header": [
{
"key": "Content-Type",
"value": "multipart/form-data"
}
],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "share_recording",
"value": "internally",
"description": "Determine how the meeting recording is shared. (This can only be one of publicly,internally,none)",
"type": "text"
},
{
"key": "recording_authentication",
"value": "true",
"description": "Only authenticated users can view.",
"type": "text"
},
{
"key": "authentication_option",
"value": "Duis quis officia ad mollit",
"description": "Authentication Options.",
"type": "text"
},
{
"key": "authentication_domains",
"value": "aute Ut",
"description": "Authentication domains.",
"type": "text"
},
{
"key": "viewer_download",
"value": "false",
"description": "Determine whether a viewer can download the recording file or not.",
"type": "text"
},
{
"key": "password",
"value": "nisi magn",
"description": "Enable password protection for the recording by setting a password. The password must have a minimum of **eight** characters with a mix of numbers, letters and special characters.<br><br>\n**Note:** If the account owner or the admin has set minimum password strength requirements for recordings via Account Settings, the password value provided here must meet those requirements. <br><br>If the requirements are enabled, you can view those requirements by calling either the [Get User Settings API](https://marketplace.zoom.us/docs/api-reference/zoom-api/users/usersettings) or the [Get Account Settings](https://marketplace.zoom.us/docs/api-reference/zoom-api/accounts/accountsettings) API. ",
"type": "text"
},
{
"key": "on_demand",
"value": "false",
"description": "Determine whether registration isrequired to view the recording.",
"type": "text"
},
{
"key": "approval_type",
"value": "1",
"description": "Approval type for the registration.<br>\n`0`- Automatically approve the registration when a user registers.<br>\n`1` - Manually approve or deny the registration of a user.<br>\n`2` - No registration required to view the recording. (This can only be one of 0,1,2)",
"type": "text"
},
{
"key": "send_email_to_host",
"value": "false",
"description": "Send an email to host when someone registers to view the recording. This applies for On-demand recordings only.",
"type": "text"
},
{
"key": "show_social_share_buttons",
"value": "false",
"description": "Show social share buttons on registration page. This applies for On-demand recordings only.",
"type": "text"
},
{
"key": "topic",
"value": "dolor minim voluptate labore irure",
"description": "Name of the recording.",
"type": "text"
}
]
},
"url": {
"raw": "{{baseUrl}}/meetings/:meetingId/recordings/settings",
"host": [
"{{baseUrl}}"
],
"path": [
"meetings",
":meetingId",
"recordings",
"settings"
],
"variable": [
{
"key": "meetingId",
"value": "quis officia in reprehenderit",
"description": "(Required) To get Cloud Recordings of a meeting, provide the meeting ID or meeting UUID. If the meeting ID is provided instead of UUID,the response will be for the latest meeting instance. \n\nTo get Cloud Recordings of a webinar, provide the webinar ID or the webinar UUID. If the webinar ID is provided instead of UUID,the response will be for the latest webinar instance. \n\nIf a UUID starts with \"/\" or contains \"//\" (example: \"/ajXp112QmuoKj4854875==\"), you must **double encode** the UUID before making an API request. "
}
]
},
"description": "Update settings applied to a meeting's [Cloud Recording](https://support.zoom.us/hc/en-us/articles/203741855-Cloud-Recording)<br><br>\n**Scopes**: `recording:write:admin` `recording:write`<br>\n\n **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Light` <br>"
},
"response": [
{
"name": "**HTTP Status Code:** `204` <br>\nMeeting recording setting's updated",
"originalRequest": {
"method": "PATCH",
"header": [
{
"description": "Added as a part of security scheme: oauth2",
"key": "Authorization",
"value": "<token>"
}
],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "share_recording",
"value": "internally",
"description": "Determine how the meeting recording is shared. (This can only be one of publicly,internally,none)",
"type": "text"
},
{
"key": "recording_authentication",
"value": "true",
"description": "Only authenticated users can view.",
"type": "text"
},
{
"key": "authentication_option",
"value": "Duis quis officia ad mollit",
"description": "Authentication Options.",
"type": "text"
},
{
"key": "authentication_domains",
"value": "aute Ut",
"description": "Authentication domains.",
"type": "text"
},
{
"key": "viewer_download",
"value": "false",
"description": "Determine whether a viewer can download the recording file or not.",
"type": "text"
},
{
"key": "password",
"value": "nisi magn",
"description": "Enable password protection for the recording by setting a password. The password must have a minimum of **eight** characters with a mix of numbers, letters and special characters.<br><br>\n**Note:** If the account owner or the admin has set minimum password strength requirements for recordings via Account Settings, the password value provided here must meet those requirements. <br><br>If the requirements are enabled, you can view those requirements by calling either the [Get User Settings API](https://marketplace.zoom.us/docs/api-reference/zoom-api/users/usersettings) or the [Get Account Settings](https://marketplace.zoom.us/docs/api-reference/zoom-api/accounts/accountsettings) API. ",
"type": "text"
},
{
"key": "on_demand",
"value": "false",
"description": "Determine whether registration isrequired to view the recording.",
"type": "text"
},
{
"key": "approval_type",
"value": "1",
"description": "Approval type for the registration.<br>\n`0`- Automatically approve the registration when a user registers.<br>\n`1` - Manually approve or deny the registration of a user.<br>\n`2` - No registration required to view the recording. (This can only be one of 0,1,2)",
"type": "text"
},
{
"key": "send_email_to_host",
"value": "false",
"description": "Send an email to host when someone registers to view the recording. This applies for On-demand recordings only.",
"type": "text"
},
{
"key": "show_social_share_buttons",
"value": "false",
"description": "Show social share buttons on registration page. This applies for On-demand recordings only.",
"type": "text"
},
{
"key": "topic",
"value": "dolor minim voluptate labore irure",
"description": "Name of the recording.",
"type": "text"
}
]
},
"url": {
"raw": "{{baseUrl}}/meetings/:meetingId/recordings/settings",
"host": [
"{{baseUrl}}"
],
"path": [
"meetings",
":meetingId",
"recordings",
"settings"
],
"variable": [
{
"key": "meetingId",
"value": "quis officia in reprehenderit",
"description": "(Required) To get Cloud Recordings of a meeting, provide the meeting ID or meeting UUID. If the meeting ID is provided instead of UUID,the response will be for the latest meeting instance. \n\nTo get Cloud Recordings of a webinar, provide the webinar ID or the webinar UUID. If the webinar ID is provided instead of UUID,the response will be for the latest webinar instance. \n\nIf a UUID starts with \"/\" or contains \"//\" (example: \"/ajXp112QmuoKj4854875==\"), you must **double encode** the UUID before making an API request. "
}
]
}
},
"status": "No Content",
"code": 204,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [
],
"body": ""
},
{
"name": "**HTTP Status Code:** `404` <br>\nMeeting recording not found. ",
"originalRequest": {
"method": "PATCH",
"header": [
{
"description": "Added as a part of security scheme: oauth2",
"key": "Authorization",
"value": "<token>"
}
],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "share_recording",
"value": "internally",
"description": "Determine how the meeting recording is shared. (This can only be one of publicly,internally,none)",
"type": "text"
},
{
"key": "recording_authentication",
"value": "true",
"description": "Only authenticated users can view.",
"type": "text"
},
{
"key": "authentication_option",
"value": "Duis quis officia ad mollit",
"description": "Authentication Options.",
"type": "text"
},
{
"key": "authentication_domains",
"value": "aute Ut",
"description": "Authentication domains.",
"type": "text"
},
{
"key": "viewer_download",
"value": "false",
"description": "Determine whether a viewer can download the recording file or not.",
"type": "text"
},
{
"key": "password",
"value": "nisi magn",
"description": "Enable password protection for the recording by setting a password. The password must have a minimum of **eight** characters with a mix of numbers, letters and special characters.<br><br>\n**Note:** If the account owner or the admin has set minimum password strength requirements for recordings via Account Settings, the password value provided here must meet those requirements. <br><br>If the requirements are enabled, you can view those requirements by calling either the [Get User Settings API](https://marketplace.zoom.us/docs/api-reference/zoom-api/users/usersettings) or the [Get Account Settings](https://marketplace.zoom.us/docs/api-reference/zoom-api/accounts/accountsettings) API. ",
"type": "text"
},
{
"key": "on_demand",
"value": "false",
"description": "Determine whether registration isrequired to view the recording.",
"type": "text"
},
{
"key": "approval_type",
"value": "1",
"description": "Approval type for the registration.<br>\n`0`- Automatically approve the registration when a user registers.<br>\n`1` - Manually approve or deny the registration of a user.<br>\n`2` - No registration required to view the recording. (This can only be one of 0,1,2)",
"type": "text"
},
{
"key": "send_email_to_host",
"value": "false",
"description": "Send an email to host when someone registers to view the recording. This applies for On-demand recordings only.",
"type": "text"
},
{
"key": "show_social_share_buttons",
"value": "false",
"description": "Show social share buttons on registration page. This applies for On-demand recordings only.",
"type": "text"
},
{
"key": "topic",
"value": "dolor minim voluptate labore irure",
"description": "Name of the recording.",
"type": "text"
}
]
},
"url": {
"raw": "{{baseUrl}}/meetings/:meetingId/recordings/settings",
"host": [
"{{baseUrl}}"
],
"path": [
"meetings",
":meetingId",
"recordings",
"settings"
],
"variable": [
{
"key": "meetingId",
"value": "quis officia in reprehenderit",
"description": "(Required) To get Cloud Recordings of a meeting, provide the meeting ID or meeting UUID. If the meeting ID is provided instead of UUID,the response will be for the latest meeting instance. \n\nTo get Cloud Recordings of a webinar, provide the webinar ID or the webinar UUID. If the webinar ID is provided instead of UUID,the response will be for the latest webinar instance. \n\nIf a UUID starts with \"/\" or contains \"//\" (example: \"/ajXp112QmuoKj4854875==\"), you must **double encode** the UUID before making an API request. "
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [
],
"body": ""
}
]
}