powered by
Get list of webinars for a User. This is used to get the webinar Id's to pass into other functions.
list_webinars(user_id, account_id, client_id, client_secret)
A data frame with all of the webinars hosted by a specific user.
Zoom User Id.
Account Id granted by the Zoom developer app.
Client Id granted by the Zoom developer app.
Client secret granted by the Zoom developer app.
See <https://marketplace.zoom.us/docs/api-reference/zoom-api/> for documentation on the Zoom API.
if (FALSE) { dat <- get_webinar_details(user_id = "user_id_string", your_account_id, your_client_id, your_client_secret) }
Run the code above in your browser using DataLab