Skip to content

Commit

Permalink
Change image asset name to fix cutplugin command (#330)
Browse files Browse the repository at this point in the history
* change image asset name

* test change for readme image link

* remove test image

---------

Co-authored-by: Abhishek Verma <[email protected]>
  • Loading branch information
mickmister and avas27JTG authored Dec 22, 2023
1 parent d9e6123 commit 925f6f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Zoom supports one authentication method for users to connect Mattermost and Zoom

* There are two types of OAuth Zoom Apps you can create. You can use either one with this Zoom plugin depending on your organization's security and UX preferences. \(**Account** or **User** Level Apps\)
* **Account-Level App**
* Users do not need to authorize their Zoom accounts before starting their first Zoom meeting. The only requirement is that their Mattermost account uses the same email address as their Zoom account.
* Users do not need to authorize their Zoom accounts before starting their first Zoom meeting. The only requirement is that their Mattermost account uses the same email address as their Zoom account.
* Users cannot connect their Mattermost/Zoom accounts if their emails do not match.
* **User Level App**
* Each user will need to connect their Zoom account with their Mattermost account before they can use the integration. When they try to create a meeting for the first time, they'll receive a message to connect their account, and will need to select **Approve** on the pop-up confirmation notice.
Expand Down Expand Up @@ -95,7 +95,7 @@ This plugin allows users to be deauthorized directly from Zoom, in order to comp

1. Select **Information**.
2. Near the end of the page is a section called **Deauthorization Notification**.
3. Enter a valid **Endpoint URL** \(`https://SITEURL/plugins/zoom/deauthorization?secret=WEBHOOKSECRET`\).
3. Enter a valid **Endpoint URL** \(`https://SITEURL/plugins/zoom/deauthorization?secret=WEBHOOKSECRET`\).
* `SITEURL` should be your Mattermost server URL.
* `WEBHOOKSECRET` is generated during when setting up Mattermost to use the plugin.

Expand All @@ -118,7 +118,7 @@ You can set the **OAuth ClientID** and **OAuth Secret**, generated by Zoom, and
3. Select **OAuth** in **Choose your app type** section.
4. Enter a name for your app.
5. Choose **Account-level app** as the app type.
6. Choose whether you **Would like to publish this app on Zoom Marketplace**. In most cases you'll want this to be disabled, but the plugin supports apps that are published in the Zoom Marketplace.
6. Choose whether you **Would like to publish this app on Zoom Marketplace**. In most cases you'll want this to be disabled, but the plugin supports apps that are published in the Zoom Marketplace.
7. Select **Create**.

![Create account level app](https://github.com/mattermost/mattermost-plugin-zoom/assets/74422101/a7af4594-9b22-43ea-9dd6-c4bf7ecbd794)
Expand Down Expand Up @@ -221,7 +221,7 @@ You can also start a meeting in any chat window by typing `/zoom start`.

## Development

This plugin contains both a server and web app portion.
This plugin contains both a server and web app portion.

Use `make dist` to build distributions of the plugin that you can upload to a Mattermost server for testing.

Expand Down
File renamed without changes

0 comments on commit 925f6f9

Please sign in to comment.