Update meeting recording settings
PATCH
/meetings/{meetingId}/recordings/settings
Cloud Recording
Scopes:
recording:write:admin
recording:write
Light
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'http://api.zoom.us/v2/meetings//recordings/settings'
响应示例响应示例
204 - 示例 1
{}
请求参数
Path 参数
meetingId
string
必需
Body 参数multipart/form-data
approval_type
enum<integer>
可选
0
- Automatically approve the registration when a user registers.1
- Manually approve or deny the registration of a user.2
- No registration required to view the recording.枚举值:
012
authentication_domains
string
可选
authentication_option
string
可选
on_demand
boolean
可选
password
string
可选
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.
If the requirements are enabled, you can view those requirements by calling either the Get User Settings API or the Get Account Settings API.
>= 8 字符<= 10 字符
recording_authentication
boolean
可选
send_email_to_host
boolean
可选
share_recording
enum<string>
可选
枚举值:
publiclyinternallynone
show_social_share_buttons
boolean
可选
topic
string
可选
viewer_download
boolean
可选
返回响应
修改于 2024-04-24 09:06:48