cpoile / mattermost-plugin-webex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mattermost Zoom Plugin CircleCI branch

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

Once enabled, clicking a video icon in a Mattermost channel invites team members to join a Zoom call, hosted using the credentials of the user who initiated the call.

image

Usage and Configuration

Learn more about usage and configuration in the Mattermost documentation.

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

License:Apache License 2.0


Languages

Language:Go 43.6%Language:JavaScript 38.3%Language:Makefile 18.2%