Hi @ktremblay,
Good question—if you wish to disable registration, you can do so via the Create Meeting Endpoint when you initially create it, by setting the "approval_type"
to 2
in the "settings"
object of the request body.
For an existing meeting, you can use the Update Meeting endpoint.
Hope this helps!
Best,
Will