Hi,
I am trying to retrieve QoS data from participants in a meeting like video bitrate, jitter, etc. using this API endpoint: https://api.zoom.us/v2/metrics/meetings/{meeting_id}/participants/qos
I noticed that I get this message when I execute my code: ‘This API is only available for ZMP and Business or higher accounts that have enabled the Dashboard feature.’
I figure that I need a business account, but if I am the only user would that cause issues? Is there an alternative to run and test the mentioned endpoint?
Thank you