Description
I created, joined it with one user, completed and ended the meeting. I now need to use the OAuth API to gather information about the meeting participants. However, the one API endpoint I see that should do this is not working. I have a feeling it has to do with the “past_meeting” versus “meeting” concept.
Error
First pic below shows me using the meeting UUID found through /meetings/{meetingID}
The second pic below shows me testing using the regular meetingID, just in case there was a small error in the documentation.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Which Endpoint/s?
/past_meetings/{meetingUUID}/participants
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Create/Start a meeting
- Join with one user
- End the meeting
- Call /past_meetings/{meetingUUID}/participants
Screenshots (If applicable)
All above!
Additional context
N/A