Description
I cannot cancel meetings through the zoom_rooms api when the meeting is not scheduled for today.
Meetings scheduled for today can be canceled, all others cannot.
Error
No error message
Which App Type (OAuth / Chatbot / JWT / Webhook)?
Zoom rooms api
Which Endpoint/s?
cancel
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Schedule a meeting with the zoom rooms api that is not today
- cancel the meeting, it doesn’t work
- if the meeting happens today then the cancel api call does work.