Description
- I cannot get the participants from some existing meetings through the API.
- When I get the participants, it returns ‘Meeting does not exist’ but the meeting exists.
Error
The full error message or issue you are running into.
- {“code”:3001,“message”:“Meeting does not exist: 97005643314.”}
Which App Type (OAuth / Chatbot / JWT / Webhook)?
Knowing the endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.
- Rest API
Which Endpoint/s?
Knowing the API endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.
- endpoint : /v2/report/meetings/{meeting_ID} -> returns the meeting data
- endpoint : /v2/report/meetings/{meeting_ID}/participants -> returns above error message
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Request URL / Headers (without credentials) / Body
- See error
I think it might be occurred occasionally, so I cannot reproduce the error.
Clearly, it had a participant excepting the host(total 2 person) in the meeting, I know because I did it for the test.
Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.