updateMeeting.Rd
Update the details of a meeting.This API has a rate limit of 100 requests per day. Therefore, a meeting can only be updated for a maximum of 100 times within a 24 hour window.**Scopes:** meeting:write:admin meeting:write ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light
updateMeeting(meetingId, occurrence_id = NULL, return_response = F)
meetingId | 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. |
---|---|
occurrence_id | Meeting occurrence id. Support change of agenda, start_time, duration, settings: host_video, participant_video, join_before_host, mute_upon_entry, waiting_room, watermark, auto_recording |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |