Description
I am writing a program that creates a bulk amount of meetings for a session in a University. Part of the requirements are to book a meeting for multiple rooms.
Error
The issue is i’m seeing a limitation with the zoom rooms api where, if you schedule a meeting with the room:
How do you identify the meeting the is being created? The response lacks a meeting id and i’m not sure how to use the guid or the room id to find the meeting.
It only allow you to schedule the meeting to the one room.
Is there an alternative method of creating a meeting and scheduling it to multiple rooms?
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
The endpoint in question is:
POST https://api.zoom.us/v2/rooms/{roomId}/meetings
Additional Context
There are Exchange calendars integrated with the rooms.
That’s my mistake for not responding to that question, thank you for reminding me. I looked into this further and it seems there isn’t a way to schedule a meeting to multiple Zoom Rooms.
If you would like this feature to be considered for a future release, I recommend posting in the #feature-requests category.