Meeting disappear when schedule with zoom room API

I use zoom api to schedule meeting by using PATCH method of the endpoint /rooms/{id}/events.

there is the post data

{
“method”: “zoomroom.meeting_schedule”,
“params”: {
“passcode”: “12345678”,
“meeting_topic”: “Test12”,
“start_time”: “2023-09-25T14:00:00Z”,
“duration”: 90,
“timezone”: “Asia/Bangkok”
}
}

The response’s status is 202 with no body response and I have check zoom room controller. The meeting was created but it disappear in sudden. How to fix it?

zoom room version 5.15.7

Hi @peerawatchomp2
Thanks for reaching out to us and welcome to our Developer Community!
I am happy to help here.
Can you please try again but pass a future start_time?
I will also send you a private message to follow up

I used same method to scheudle the meeting. How do I get the meeting url to let others to join in? Can I start this meeting by API?

Best,
Leo

Hi @zliu39
When creating a meeting you will get a join url that you can share with others so they can join.
You can not start the meeting via API.