getMeetingDetails.Rd
Get details on live or past meetings. This overview will show if features such as audio, video, screen sharing, and recording were being used in the meeting. You can also see the license types of each user on your account. You can specify a monthly date range for the dashboard data using the from and to query parameters. The month should fall within the last six months. **Scopes:** dashboard_meetings:read:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Heavy**Prerequisites:** * Business or a higher plan.
getMeetingDetails(meetingId, type = NULL, return_response = F)
meetingId | The meeting ID or meeting UUID. If given the meeting ID it will take the last meeting instance. |
---|---|
type | The meeting types: past Past meetings.pastOne Past one user meetings.live Live meetings. |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |