blindsidenetworks / mattermost-plugin-bigbluebutton

BigBlueButton plugin for Mattermost :electric_plug:
Apache License 2.0
89 stars 43 forks source link

Feature request: Attach slides and shared notes to mattermost message #74

Closed mhier closed 3 years ago

mhier commented 4 years ago

The uploaded slides and shared notes should be attached to the mattermost message, even if no recording was made. This would be extremely helpful e.g. for taking meeting minutes in the shared notes.

mkuron commented 4 years ago

This feature depends on https://github.com/bigbluebutton/bigbluebutton/pull/8895.

I actually already implemented a quick-and-dirty prototype of your feature request a few weeks ago. It is a PHP script that posts slides, notes and chat logs to the Mattermost channel. It depends on https://github.com/blindsidenetworks/mattermost-plugin-bigbluebutton/pull/73. I'd be happy to provide that PHP script to anyone interested, but the right way to implement this feature is of course in Go as part of mattermost-plugin-bigbluebutton. I don't know any Go, but I'm happy to help if someone who does know Go wants to take a shot at it.

harshilsharma63 commented 3 years ago

We've added a link to shared notes in Mattermost. This is how it looks-

Screenshot 2021-06-16 at 5 19 00 AM
harshilsharma63 commented 3 years ago

This is resolved by #155