Using this template helps us debug your issues more effectively 
Description
On create meeting API i receive an “id” and a “meeting_uuid” in the response. What is the difference between them ?? Because I was looking up the get meeting participants API and I came across this:
"The meeting ID or the meeting UUID. If a meeting ID is provided in the request instead of a UUID, the response will be for the latest meeting instance. "
So does that mean that a meeting ID will have different instances identified by the meeting uuid ?
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
** POST /users/{userId}/meetings**
** GET /metrics/meetings/{meetingId}/participants **