Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.96 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.96 KB

Mattermost Zoom Plugin

Build Status Code Coverage Release HW

Maintainer: @larkox Co-Maintainer: @mickmister

Start and join voice calls, video calls and use screen sharing with your team members via Zoom.

Usage & Setup Guide

Commands

  • /zoom start — Start a zoom meeting.
  • /zoom disconnect — Disconnect from zoom (if OAuth is enabled).
  • /zoom help — Display help message.

Check our GitBook for further documentation about this plugin.

Development

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.

Use make check-style to check the style for the whole plugin.

Server

Inside the /server directory, you will find the Go files that make up the server-side of the plugin. Within there, build the plugin like you would any other Go application.

Web App

Inside the /webapp directory, you will find the JS and React files that make up the client-side of the plugin. Within there, modify files and components as necessary. Test your syntax by running npm run build.