Description Usage Arguments Examples
This function allows you to make a Zoom API token from your app.
1 2 3 4 5 6 7 | makeToken(
client_id,
client_secret,
redirect_uri,
app_name = "",
cache = "~/.zoom_token_cache"
)
|
client_id |
Client ID associated with your Zoom app. |
client_secret |
Client secret associated with your Zoom app. |
redirect_uri |
Redirect URI associated with your Zoom app. |
app_name |
Optional app name, for organizational purposes. |
save |
Save token object to home directory? |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.