Hi guys!
We are working with Zoom meeting webhooks (created/started etc.) and noticed that when scheduled meeting (type 2) with PMI on is started - meeting.started webhook does not contain a unique meeting scheduled id.
It has default PMI info (id, topic) + random uuid for it’s instance.
Is it expected? We assume there should also be an id of original scheduled meeting to specify which meeting is currently running.
Please see screenshot:
Steps to reproduce:
- Schedule meeting with PMI on
- Check meeting.created webhook it contains as unique id of scheduled meeting (type 2) as id of PMI
- Start a created Scheduled meeting
- Check meeting.started webhook - it contains only id of PMI meeting
Expected result:
Step 4 - meeting.started webhook - contains as unique id of scheduled meeting (type 2) and id of PMI