Learn R Programming

zoomr (version 0.4.0)

get_panelists: Get Webinar Panelists

Description

Get the list of attendees who were also panelists from a single webinar.

Usage

get_panelists(webinar_id, account_id, client_id, client_secret)

Value

A data frame with the list of panelists from that webinar.

Arguments

webinar_id

Zoom Webinar Id, typically an 11 digit number.

account_id

Account Id granted by the Zoom developer app.

client_id

Client Id granted by the Zoom developer app.

client_secret

Client secret granted by the Zoom developer app.

See Also

See <https://marketplace.zoom.us/docs/api-reference/zoom-api/> for documentation on the Zoom API.

Examples

Run this code
if (FALSE) {
dat <- get_webinar_panelists(webinar_id = "99911112222",
  your_account_id,
  your_client_id,
  your_client_secret)
}

Run the code above in your browser using DataLab