Clarification on close_registration Setting in Zoom Webinars API

Hi,

We use Zoom Webinars and typically open webinars via API calls. There is a setting in the API documentation called close_registration that can be set to either true or false:

  • When set to true, once the webinar has started, no one can register or join the session, resulting in the error [3072] Registration is closed.

  • When set to false, participants can register and join the session even after the webinar has started without any issues.

This setting was previously also available in the Zoom UI. However, I recently noticed that the setting has been removed from the UI, and in the API documentation, the close_registration parameter is now marked as deprecated.

Despite being marked as deprecated, it still appears to function when used in API calls.

We would like clarification on the following points:

  1. Why was this important setting deprecated?
  2. How long will this setting continue to work via API calls?
  3. Is there any alternative method to control this behavior without requiring us to time API calls to manage registration types?
  4. What is the default behavior now? For instance, will newly created webinars allow participants to register and join the session even after it has started?

This functionality is crucial for our operations, and any guidance on how to manage this moving forward would be greatly appreciated.

Thank you,
Ram