Obtaining client version for meeting guests

Using this template helps us debug your issues more effectively :slight_smile:

Description
I’m not certain if this is a technical question or a feature request. I seem to recall that I could obtain the Zoom client version for meeting guests.
When I use https://api.zoom.us/v2/metrics/meetings/'$thisMtg'/participants/qos?type=past, I only receive client version information from our licensed users. The version field for guests is blank.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

Which Endpoint/s?
/metrics/meetings/{meetingId}/participants/qos
How To Reproduce (If applicable)
Steps to reproduce the behavior:
curl -s --request GET 'https://api.zoom.us/v2/metrics/meetings/'$thisMtg'/participants/qos?type=past&page_size=50' --header 'Authorization: Bearer '"$thisAuth"

Hi @Hakkarainen,

Zoom Client information will only be available for users who belong to your account. For external users, this will not be returned.

Thanks,
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.