All Projects → mattermost → mattermost-plugin-skype4business

mattermost / mattermost-plugin-skype4business

Licence: Apache-2.0 license
No description or website provided.

Programming Languages

go
31211 projects - #10 most used programming language
javascript
184084 projects - #8 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to mattermost-plugin-skype4business

mattermost-plugin-autotranslate
No description or website provided.
Stars: ✭ 34 (+126.67%)
Mutual labels:  mattermost, mattermost-plugin
mattermost-plugin-alertmanager
AlertManager Bot for Mattermost
Stars: ✭ 48 (+220%)
Mutual labels:  mattermost, mattermost-plugin
mattermost-plugin-google-calendar
Mattermost Google Calendar Plugin
Stars: ✭ 22 (+46.67%)
Mutual labels:  mattermost, mattermost-plugin
mattermost-plugin-wrangler
Manage Mattermost Messages Masterfully!
Stars: ✭ 33 (+120%)
Mutual labels:  mattermost, mattermost-plugin
mattermost-plugin-github
GitHub plugin for Mattermost
Stars: ✭ 112 (+646.67%)
Mutual labels:  mattermost, mattermost-plugin
mattermost-plugin-todo
Mattermost plugin for tracking to do items
Stars: ✭ 45 (+200%)
Mutual labels:  mattermost, mattermost-plugin
mattermost-plugin-agenda
Mattermost plugin to handle meeting agendas
Stars: ✭ 20 (+33.33%)
Mutual labels:  mattermost, mattermost-plugin
mattermost-plugin-walltime
Timezone Message Convert for Mattermost 🕛 🕒 🕕 🕘
Stars: ✭ 25 (+66.67%)
Mutual labels:  mattermost, mattermost-plugin
mattermost-plugin-starter-template
Build scripts and templates for writing Mattermost plugins.
Stars: ✭ 74 (+393.33%)
Mutual labels:  mattermost, mattermost-plugin
mattermost-plugin-welcomebot
No description or website provided.
Stars: ✭ 44 (+193.33%)
Mutual labels:  mattermost, mattermost-plugin
mattermost-plugin-voice
Mattermost plugin for voice messaging. 🎤 🔉
Stars: ✭ 64 (+326.67%)
Mutual labels:  mattermost, mattermost-plugin
mattermost-plugin-custom-attributes
Mattermost plugin for adding custom attributes to users!
Stars: ✭ 26 (+73.33%)
Mutual labels:  mattermost, mattermost-plugin
mattermost-plugin-apps
Powers the Mattermost App Framework
Stars: ✭ 29 (+93.33%)
Mutual labels:  mattermost, mattermost-plugin
mattermost-rtl
Adds RTL support to Mattermost
Stars: ✭ 52 (+246.67%)
Mutual labels:  mattermost, mattermost-plugin
mattermost-plugin-antivirus
Antivirus plugin for scanning files uploaded to Mattermost
Stars: ✭ 30 (+100%)
Mutual labels:  mattermost, mattermost-plugin
mattermost-plugin-demo
A demo of what Mattermost plugins can do.
Stars: ✭ 52 (+246.67%)
Mutual labels:  mattermost, mattermost-plugin
mattermost-plugin-zoom
Zoom plugin for Mattermost 🔌
Stars: ✭ 93 (+520%)
Mutual labels:  mattermost, mattermost-plugin
mattermost-plugin-memes
Add culture to your Mattermost with memes 🔌
Stars: ✭ 59 (+293.33%)
Mutual labels:  mattermost, mattermost-plugin
mattermost-plugin-email-reply
No description or website provided.
Stars: ✭ 25 (+66.67%)
Mutual labels:  mattermost, mattermost-plugin
mattermost-plugin-jenkins
A Mattermost plugin to interact with Jenkins
Stars: ✭ 25 (+66.67%)
Mutual labels:  mattermost, mattermost-plugin

Mattermost Skype for Business Plugin (Beta)

Build Status Code Coverage

Maintainer: @kosgrz Co-Maintainer: @mickmister

Start and join voice calls, video calls and use screen sharing with your team members with a Skype for Business plugin for Mattermost.

Clicking a video icon in a Mattermost channel posts a message that invites team members to join a Skype for Business meetings call.

Originally developed by kosgrz.

image

Installation

Skype for Business Online

  1. Install the plugin
    1. Download the latest version of the plugin from the GitHub releases page
    2. In Mattermost, go to System Console -> Plugins -> Management
    3. Upload the plugin
  2. Register an Azure Active Directory app
    1. Sign in to https://portal.azure.com/#home
    2. On the left-hand sidebar, select Azure Active Directory, then navigate to App registrations -> New application registration
    3. Set the following values:
      • Name: Mattermost Skype for Business Plugin - [your company name]
      • Supoorted account types: Accounts in any organizational directory and personal Microsoft accounts (e.g. Skype, Xbox, Outlook.com)
      • Redirect URI (optional): Web, then enter "https://your-mattermost-url.com/plugins/skype4business/api/v1/auth_redirect" replacing https://your-mattermost-url.com with your Mattermost URL
    4. Click Register to submit
  3. Grant permissions for your application in Azure Active Directory
    1. Select API permissions in the application sidebar menu, then Add a permision -> Skype for Business -> Delegated permissions
    2. Click the Meetings dropdown, then check Meetings.ReadWrite.
    3. Click Add permissions to submit
    4. Click Grant admin consent for ..., then Yes to confirm
  4. Allow implicit flow in Azure Active Directory
    1. Select Manifest in the application sidebar menu
    2. Set the oauth2AllowImplicitFlow and oauth2AllowIdTokenImplicitFlow values to true
    3. Click Save
  5. Configure the plugin in Mattermost
    1. Select Overview in the application sidebar menu
    2. Copy the Application (client) ID value
    3. In Mattermost, go to System Console -> Plugins -> Skype for Business, and enter the Application ID you copied on the previous step
    4. Choose Online as the Skype for Business Product Type.
    5. Click Save
  6. Enable the plugin
    1. Go to System Console -> Plugins -> Management and click Enable underneath the Skype for Business plugin
  7. Try it out
    1. Go to a Mattermost channel and click the Skype for Business icon in the channel header
    2. A dialog will open asking you to sign in to microsoftonline.com
    3. Once signed in, the dialog will close and a new message posted to the channel, with a link to the newly created meeting
    4. By clicking the "Join meeting" button, you will be redirected to a meet. page, which in turn opens a Skype for Business client installed on your computer or smartphone to join the meeting

Skype for Business Server

  1. Install the plugin
    1. Download the latest version of the plugin from the GitHub releases page
    2. In Mattermost, go to System Console -> Plugins -> Management
    3. Upload the plugin
  2. Configure the plugin
    1. Go to System Console -> Plugins -> Skype for Business
    2. Choose Server as the Skype for Business Product Type
    3. Enter the Server Domain of your Skype for Business server instance. For example, contoso.com.
    4. Enter the Skype for Business Bot Username of your bot user created in the Skype for Business domain. For example, [email protected]. We strongly recommend using a dedicated bot account for this plugin, rather than an existing Skype for Business user account.
    5. Enter the Skype for Business Bot Password of your bot user created in the Skype for Business domain.
    6. Click Save
  3. Enable the plugin
    1. Go to System Console -> Plugins -> Management and click Enable underneath the Skype for Business plugin
  4. Try it out
    1. Go to a Mattermost channel and click the Skype for Business icon in the channel header
    2. Observe a new message posted to the channel, with a link to the newly created meeting
    3. By clicking the "Join meeting" button, you will be redirected to a meet. page, which in turn opens a Skype for Business client installed on your computer or smartphone to join the meeting

Developing

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].