Skip to content

cvhariharan/mattermost-plugin-zoom

 
 

Repository files navigation

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.

About

Zoom plugin for Mattermost 🔌

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 74.0%
  • JavaScript 19.4%
  • Makefile 6.6%