Skip to content

adfinis-forks/mattermost-plugin-google-meet

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

46 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Mattermost Plugin Google Meet

ci

Note: This plugin doesn't work for @gmail.com accounts because they don't have permission to create meetings by the https://g.co/meet/ url.

The Google Meet Plugin adds a button in the header bar in all channels:
Example of Google Meet Plugin button

When a user press the button, a message with the meeting link is automatically sent for the channel:
The Google Meet Plugin create a message in the channel with the link

The meeting room link is either a random string, uuid or based on the team and the channel names.

Usage & Setup Guide

Installation

  1. Download the latest release from https://github.com/adfinis/mattermost-plugin-google-meet/releases/
  2. In Mattermost, go to System Console > Plugins > Plugin Management.
  3. Select Choose File to upload the plugin file.

Commands

The following commands are provided by this plugin:

  • /gmeet to create a new meeting.
  • /gmeet start [topic] to start a meeting with a specific name.
  • /gmeet settings to manage your preferences.

Contribute

We value every contribution, be it an issue, discussion or pull request!

Development

Start a local server

# https://docs.mattermost.com/install/docker-local-machine.html
podman compose up -d

Create the first account with admin as login and password as password.

Run to install:

sh make.sh

Translation

Bliblablub

About this fork

This fork builds on top of @SrMouraSilva work and implemented the following changes:

  • com.adfinis.gmeet is the new plugin ID (if you installed an old version of this plugin, please remove it before installing our fork).
  • You can now use slash commands to interact with the plugin.
  • The plugin build system has been updated and adapted to the latest starter-template.

Acknowledgment

Maintainer Information

This plugin is maintained by:

About

Mattermost Plugin for Google Meet ๐Ÿ”Œ

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 56.8%
  • TypeScript 19.9%
  • Makefile 18.7%
  • JavaScript 4.3%
  • Other 0.3%