Skip to content
Open
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
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,18 @@ To use Zoom Rivet effectively, you should understand three important concepts: a

Zoom Rivet handles authentication for developers. All you have to do is provide your app's `ClientId` and `ClientSecret`. See the matrix in the table below to better how authentication works in each Rivet module:

| Module | Auth Type |
| ------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
| Chatbot | [Client Credentials](https://developers.zoom.us/docs/team-chat-apps/installation-and-authentication/#authentication) |
| Video SDK | [JWT](https://developers.zoom.us/docs/video-sdk/api-request/) |
| Team Chat, Meetings, Phone, Accounts, Users | [User OAuth](https://developers.zoom.us/docs/integrations/), [Server OAuth](https://developers.zoom.us/docs/internal-apps/) |
| Supported Module | Auth Type |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| Accounts | [User OAuth](<(https://developers.zoom.us/docs/integrations/)>) <br /> [Server OAuth](https://developers.zoom.us/docs/internal-apps/) |
| Chatbot | [Client Credentials](https://developers.zoom.us/docs/team-chat-apps/installation-and-authentication/#authentication) |
| Commerce | [Server OAuth](https://developers.zoom.us/docs/internal-apps/) |
| Marketplace | [User OAuth](<(https://developers.zoom.us/docs/integrations/)>) <br /> [Server OAuth](https://developers.zoom.us/docs/internal-apps/) |
| Meetings | [User OAuth](<(https://developers.zoom.us/docs/integrations/)>) <br /> [Server OAuth](https://developers.zoom.us/docs/internal-apps/) |
| Meetings | [User OAuth](<(https://developers.zoom.us/docs/integrations/)>) <br /> [Server OAuth](https://developers.zoom.us/docs/internal-apps/) |
| Phone | [User OAuth](<(https://developers.zoom.us/docs/integrations/)>) <br /> [Server OAuth](https://developers.zoom.us/docs/internal-apps/) |
| Team Chat | [User OAuth](<(https://developers.zoom.us/docs/integrations/)>) <br /> [Server OAuth](https://developers.zoom.us/docs/internal-apps/) |
| Users | [User OAuth](<(https://developers.zoom.us/docs/integrations/)>) <br /> [Server OAuth](https://developers.zoom.us/docs/internal-apps/) |
| Video SDK | [JSON Web Token (JWT)](https://developers.zoom.us/docs/video-sdk/api-request/) |

### Listening to Events

Expand Down
266 changes: 134 additions & 132 deletions accounts/accounts.cjs

Large diffs are not rendered by default.

2,161 changes: 1,671 additions & 490 deletions accounts/accounts.d.ts

Large diffs are not rendered by default.

266 changes: 134 additions & 132 deletions accounts/accounts.mjs

Large diffs are not rendered by default.

260 changes: 128 additions & 132 deletions chatbot/chatbot.cjs

Large diffs are not rendered by default.

286 changes: 162 additions & 124 deletions chatbot/chatbot.d.ts

Large diffs are not rendered by default.

260 changes: 128 additions & 132 deletions chatbot/chatbot.mjs

Large diffs are not rendered by default.

1,039 changes: 1,039 additions & 0 deletions commerce/commerce.cjs

Large diffs are not rendered by default.

Loading