Description/Error
I’m using the API to schedule a meeting on a Zoom Room, but as soon as it’s created, it gets deleted.
Which Endpoint/s?
Schedule
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- URL: POST https://api.zoom.us/v2/rooms/{roomId}/meetings
Body: { jsonrpc: ‘2.0’,
method: ‘schedule’,
params:
{ meeting_info:
{ topic: ‘Testing User’s booking.’,
start_time: ‘2019-10-06T21:15:00Z’,
duration: 15 } } }
Header: JWT token - Receive
meeting.created
event with the right meeting info - Immediately after I receive a
meeting.deleted
event