Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ To use the Zoom meetings connector, you must have access to the Zoom API through

2. Click "Develop" → "Build App"

[Zoom Marketplace](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-zoom.meetings/refs/heads/main/docs/setup/resources/build-app.png)
![Zoom Marketplace](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-zoom.meetings/refs/heads/main/docs/setup/resources/build-app.png)

3. Choose **"General App"** app type (for user authorization with refresh tokens)

[App Type](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-zoom.meetings/refs/heads/main/docs/setup/resources/general-app.png)
![App Type](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-zoom.meetings/refs/heads/main/docs/setup/resources/general-app.png)


4. Fill in Basic Information, choose Admin-managed option.
Expand All @@ -33,14 +33,14 @@ To use the Zoom meetings connector, you must have access to the Zoom API through
* Client ID
* Client Secret

[App Credentials](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-zoom.meetings/refs/heads/main/docs/setup/resources/app-credentials.png)
![App Credentials](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-zoom.meetings/refs/heads/main/docs/setup/resources/app-credentials.png)

2. **Set Redirect URI**: Add your application's redirect URI

3. **Add Scopes**: Make sure your Zoom app has the necessary scopes for the Scheduler API:
* Add `scheduler:read`, `scheduler:write` and `user:read` in the scope

[App Scopes](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-zoom.meetings/refs/heads/main/docs/setup/resources/app-scopes.png)
![App Scopes](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-zoom.meetings/refs/heads/main/docs/setup/resources/app-scopes.png)

### Step 3: Activate the App

Expand Down
8 changes: 4 additions & 4 deletions ballerina/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ To use the Zoom meetings connector, you must have access to the Zoom API through

2. Click "Develop" → "Build App"

[Zoom Marketplace](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-zoom.meetings/refs/heads/main/docs/setup/resources/build-app.png)
![Zoom Marketplace](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-zoom.meetings/refs/heads/main/docs/setup/resources/build-app.png)

3. Choose **"General App"** app type (for user authorization with refresh tokens)

[App Type](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-zoom.meetings/refs/heads/main/docs/setup/resources/general-app.png)
![App Type](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-zoom.meetings/refs/heads/main/docs/setup/resources/general-app.png)


4. Fill in Basic Information, choose Admin-managed option.
Expand All @@ -27,14 +27,14 @@ To use the Zoom meetings connector, you must have access to the Zoom API through
* Client ID
* Client Secret

[App Credentials](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-zoom.meetings/refs/heads/main/docs/setup/resources/app-credentials.png)
![App Credentials](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-zoom.meetings/refs/heads/main/docs/setup/resources/app-credentials.png)

2. **Set Redirect URI**: Add your application's redirect URI

3. **Add Scopes**: Make sure your Zoom app has the necessary scopes for the Scheduler API:
* Add `scheduler:read`, `scheduler:write` and `user:read` in the scope

[App Scopes](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-zoom.meetings/refs/heads/main/docs/setup/resources/app-scopes.png)
![App Scopes](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-zoom.meetings/refs/heads/main/docs/setup/resources/app-scopes.png)

### Step 3: Activate the App

Expand Down
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The `ballerinax/zoom.meetings` connector provides practical examples illustratin

1. Create a Zoom account by clicking the Sign Up link here: https://marketplace.zoom.us/. Once you activate your account, you’ll be ready to join as a developer.

2. Generate credentials to authenticate the connector as described in the [Setup guide](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-zoom.meetings/refs/heads/main/README.md).
2. Generate credentials to authenticate the connector as described in the [Setup guide](https://github.com/ballerina-platform/module-ballerinax-zoom.meetings/tree/main/README.md).

3. For each example, create a `Config.toml` file the related configuration. Here's an example of how your `Config.toml` file should look:
```bash
Expand Down
Loading