How to create a meeting with disabled waiting room

Description
I am creating meetings using the API with nodejs, the problem is that I do not want to have enable the waiting room. I tried with waiting_rome: false, but did not work.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
Jwt

Which Endpoint/s?
https://api.zoom.us/v2/users/{user_id}/meetings

How To Reproduce (If applicable)
I am using this body:
topic: “string”,
type: 2,
start_time: “2020-12-21’T’17:09:00’Z”,
duration: 60,
schedule_for: “”,
timezone: “Asia/Shanghai”,
password: “”,
agenda: “string”,
settings: {
waiting_rome: false,
host_video: false,
participant_video: false,
join_before_host: true,
mute_upon_entry: true,
registration_type: 1,
use_pmi: false,
watermark: false,
registrants_email_notification: false,
}

It’s “waiting_room” not “waiting_rome”.

Thanks for pointing @alfredomujicagodoy in the right direction, @jroller!

@alfredomujicagodoy, let us know if you still have issues after correcting this.

Best,
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.