curl--location--request PUT 'http://api.zoom.us/v2/meetings//status'
响应示例响应示例
204 - 示例 1
{}
请求参数
Path 参数
meetingId
integer<int64>
必需
The meeting ID in long format. The data type of this field is "long"(represented as int64 in JSON).While storing it in your database, store it as a long data type and not as an integer, as the Meeting IDs can be longer than 10 digits.
Body 参数multipart/form-data
action
enum<string>
可选
end - End a meeting. recover - Recover a deleted meeting.
枚举值:
endrecover
返回响应
🟢204**HTTP Status Code:** `204`<br>
Meeting updated.
application/json
Body
object{0}
🟠400**HTTP Status Code:** `400`<br>
**Error Code:** `1010`<br>
User does not belong to this account: {accountId}.
**Error Code:** `3000`<br>
Cannot access meeting info.
**Error Code:** `3003`<br>
You're not the meeting host.
**Error Code:** `3063`<br>
Can not
🟠404**HTTP Status Code:** `404`<br>
Meeting not found.<br>
**Error Code:** `1001`<br>
Meeting host does not exist: {userId}.