From 925f6f99a056e0086d8f428a5fe99eee72983ce0 Mon Sep 17 00:00:00 2001 From: Michael Kochell <6913320+mickmister@users.noreply.github.com> Date: Fri, 22 Dec 2023 13:47:54 -0500 Subject: [PATCH] Change image asset name to fix `cutplugin` command (#330) * change image asset name * test change for readme image link * remove test image --------- Co-authored-by: Abhishek Verma --- README.md | 8 ++++---- ...nfiguration.png => mattermost_configuration.png} | Bin 2 files changed, 4 insertions(+), 4 deletions(-) rename assets/{zoom-plugin-configuration.png => mattermost_configuration.png} (100%) diff --git a/README.md b/README.md index 516150be..11bd24de 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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. @@ -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) @@ -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. diff --git a/assets/zoom-plugin-configuration.png b/assets/mattermost_configuration.png similarity index 100% rename from assets/zoom-plugin-configuration.png rename to assets/mattermost_configuration.png