Get meeting participant QoS every second

API Endpoint
https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/dashboardMeetingParticipantQOS

Description
The QoS API endpoint (linked above) provided by Zoom only returns the participant’s QoS for every minute. I want to get the QoS statistics every second. Is it possible? From the Zoom application (the settings window), I do see the statistics (latency, jitter etc.) get updated every second. Thanks.

Error?
N/A

Thank you for posting in the Zoom Developer Forum – great question @HenryF ! I am not sure if it is possible to get the QoS data every second via that endpoint. However, have you considered leveraging the QSS APIs and Webhooks together to get near real-time data :

Zoom Quality of Service Subscription (QSS) add-on

https://marketplace.zoom.us/docs/api-reference/qss-api/

Quickly diagnose and resolve network disruptions

Let me know your thoughts.

Thank you for the response @donte.zoom !

From this QSS API endpoint
https://marketplace.zoom.us/docs/api-reference/qss/methods/#operation/dashboardMeetingParticipantsQOSSummary

This API only returns the QoS data summary, such as average/min/max jitter, latency etc. I want to get real-time QoS data such as current jitter, latency etc. Is it possible with the QSS APIs? Thanks.