Dashboard sharing data - content property

Hi,

~~v2/metrics/meetings/:meetingId/participants/sharing?type=past
can you please let us know the possible values for the content property under details?
Response:
{
“page_count”: “integer”,
“page_size”: “integer”,
“total_records”: “integer”,
“next_page_token”: “string”,
“participants”: [
{
“id”: “string”,
“user_id”: “string”,
“user_name”: “string”,
“details”: [
{
“content”: “string”,
“start_time”: “string”,
“end_time”: “string”
}
]
}
]
}
Thanks,
smsivanesan

Hi @sivanesan.murugesan,

The content returned by this field will reflect one of the available content types outlined here:

Thanks!
Will

Thanks, Will for your response. That does not provide us the exact string value that we can expect from the respective Zoom’s REST API.

Can please provide us all the possible, exact string values by the REST API like “whiteboard”, “desktop” etc?

Thanks,
smsivanesan

Hi @sivanesan.murugesan,

I’m working on confirming this for you, I will follow up shortly.

Thanks!
Will

Hi @sivanesan.murugesan,

Currently, you can expect the following string values for this field:
“desktop”,
“application”,
“whiteboard”,
“airplay”,
“camera”

Thanks,
Will

Thanks Will. That helps.

No problem, glad I could help.

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