We are using the reservation API to control who can create rooms etc. When a room is created and the moderator tries to create a breakout room, our reservation system is called again with the mail_owner and a room name that is not the same as when the main room created. Our API endpoint does not recognize this new room name and hence fails.
Is there a way to get the original room name? Or better yet, can we prevent a call to the Reservation API when a breakout room is created?