I am trying to fetch the list of participants in particular meeting. In the API , it shows the below error & in the dashboard I am able to see the participants data.
Which App Type (OAuth / Chatbot / JWT / Webhook)? - JWT
2. Error:
{
"code": 3001,
"message": "This meeting's details info is not available or ID is not valid."
}
Please get back to me if you need further details.
Are you passing that into the url or as a request body? Your code snippet appears to be JSON, but maybe the framework you are using converts it to query param?