Maintainer: @larkox Co-Maintainer: @mickmister
Start and join voice calls, video calls and use screen sharing with your team members via Zoom.
/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.
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.
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.
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
.