Description
When I make call to the Participants QOS API end point for a meeting, it works if the meeting is live. However, after the meeting is ended, I cannot get the Participant’s QOS, even with the type=past query parameter.
Error
Meeting Does not exist.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT App. &OAuth App
Which Endpoint/s?
The end point is /metrics/meetings/{meetingId}/participants/{participantId}/qos/
How To Reproduce (If applicable)
Steps to reproduce the behavior:
Start a meeting, get the meeting ID and the ID of one of the participants.
While, the meeting is going on, get the QOS data for the participant.
Now, end the meeting and get QOS for the participant with type=past query parameter.
Well, I have tried it for different number of participants and meetings of different durations. I still get errors. Can you please, write the exact conditions which I need to fulfill to make this API work correctly, so, I can check it again under those conditions.