Information for Meeting participants is incorrect.
While getting meeting metrics we are getting a huge number of device unknown values for the meeting participants while customers insist they are using Windows.
The
We are executing the call below.
/v2/accounts/[ACCOUNTID]/metrics/meetings/[MEETINGUUID]/participants?type=past
How can we get better results that reflect the real device usage for our customers?
I’m using the code below:
var url = $"/v2/accounts/{Uri.EscapeUriString(account.id)}/metrics/meetings/{Uri.EscapeUriString(meeting.uuid)}/participants?type=past";