Skip to content

Commit afb31f4

Browse files
authored
Merge pull request #1 from zoom/release-0.2.0
Release v0.2.0
2 parents 8f5140d + da403e1 commit afb31f4

27 files changed

+36468
-603
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Use of this SDK is subject to our [Terms of Use](https://explore.zoom.us/en/legal/zoom-api-license-and-tou/).
1+
Use of this SDK is subject to our [Terms of Use](https://explore.zoom.us/en/legal/zoom-api-license-and-tou/).

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,11 @@ To use Zoom Rivet effectively, you should understand three important concepts: a
5757

5858
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:
5959

60-
| Module | Auth Type |
61-
| --------- | -------------------------------------------------------------------------------------------------------------------- |
62-
| Team Chat | [OAuth](https://developers.zoom.us/docs/team-chat-apps/installation-and-authentication/#authentication) |
63-
| Chatbot | [Client Credentials](https://developers.zoom.us/docs/team-chat-apps/installation-and-authentication/#authentication) |
64-
| Users | [OAuth](https://developers.zoom.us/docs/team-chat-apps/installation-and-authentication/#authentication) |
65-
| Video SDK | [JWT](https://developers.zoom.us/docs/video-sdk/auth/) |
60+
| Module | Auth Type |
61+
| ------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
62+
| Chatbot | [Client Credentials](https://developers.zoom.us/docs/team-chat-apps/installation-and-authentication/#authentication) |
63+
| Video SDK | [JWT](https://developers.zoom.us/docs/video-sdk/api-request/) |
64+
| Team Chat, Meetings, Phone, Accounts, Users | [User OAuth](https://developers.zoom.us/docs/integrations/), [Server OAuth](https://developers.zoom.us/docs/internal-apps/) |
6665

6766
### Listening to Events
6867

0 commit comments

Comments
 (0)