API Endpoint(s) and/or Zoom API Event(s)
Create Meeting REST API, Update Meeting REST API
Description
Current Google AI results for zoom lock meeting via API
seem to indicate there was / is an endpoint that can lock a meeting to prevent any attendees from joining, e.g. after a meeting has ended: PATCH /meetings/{meetingId}/settings/security
. I don’t see this endpoint documented in the API reference, though I do see the SDK has the ability to do so.
Does anyone have info on this endpoint, or another way to lock a meeting via the API?