Participant QOS for past meeting

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:

  1. Start a meeting, get the meeting ID and the ID of one of the participants.
  2. While, the meeting is going on, get the QOS data for the participant.
  3. Now, end the meeting and get QOS for the participant with type=past query parameter.
  4. It gives the error that meeting doesn’t exist.

Hey @mmuaaz,

How long was the meeting, and how many participants were in the meeting?

Thanks,
Tommy

Hi @tommy,

Thanks, for responding to the issue.

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.

Hey @mmuaaz,

Make sure you have more then one person in the meeting, and that you are using a meetingID or meetingUUID retrieved from here.

If that does not work, then please share the meetingUUID you are trying to use and I will look at the logs. :slight_smile:

Thanks,
Tommy