Skip to content

Releases: blindsidenetworks/mattermost-plugin-bigbluebutton

v4.5.0

21 Nov 01:38
f9c1d43
Compare
Choose a tag to compare

Changelog

  1. Added app bar support for Mattermost - #223
  2. Fixed incorrect type in webhook payload - #225

v4.4.0

01 Jun 00:01
992d277
Compare
Choose a tag to compare

Changelog

  1. Simplify meeting creation process - #207
  2. Allowed automatic opening of meeting instead of requiring on clicking the link - #208
  3. Fixed a bug where incoming call popup didn't show up when running Mattermost in a subpath - #219

v4.4.0 - RC1

06 May 00:09
992d277
Compare
Choose a tag to compare

v4.3.1

17 Feb 02:07
Compare
Choose a tag to compare

Changelog

  1. Fixed a bug where meeting end callback won't work on some networks.

v4.3.0

29 Dec 01:40
Compare
Choose a tag to compare

Changelog

  1. Updated server logs to avoid flooding logs with meeting recording logs - #191
  2. Improved join meeting UX to let users know the join link is being generated - #196
    Dec-29-2021 06-55-09
  3. Fixed a bug where creating meeting icons weren't clear in dark theme - #198
  4. Added max length limit on external user name to avoid UI overflow issues - #200
  5. Fixed a bug where any user could end the meeting. Now, only the creator of the meeting has permission to end the meeting from Mattermost - #78
  6. Fixed a bug where meetings with no recordings were polled forever - #204

v4.2.0

18 Nov 00:46
Compare
Choose a tag to compare

Changelog

  1. Fixed a bug that prevented external users from joining BBB calls when Mattermost is hosted on a subpath (#192)

  2. Fixed a bug where the incoming call modal didn't show up (#186)

Screenshot 2021-11-18 at 6 09 50 AM

  1. Hid View Recording option when recordings are disabled (#176) Thanks @rabser.

  2. Removed local machine paths from error stack traces in Mattermost logs (#193).

v4.1.0

11 Sep 09:52
Compare
Choose a tag to compare

Changelog

  1. Allow external users to join meeting (#171 )

    • When enabled in the plugin's configuration, allows an external user to join the meeting.

    • Set Allow External Users to Join Meetings to true to enable this. This is disabled by default.
      Screenshot 2021-09-11 at 3 15 11 PM

    • A link will appear in the creating meetings, which can be shared with anyone to join the meeting.
      Screenshot 2021-09-11 at 3 17 06 PM

  2. Added separate options starting a meeting, for choosing recording preference (#175)

    • This adds two options to the channel header button menu-
      Screenshot 2021-09-11 at 12 36 00 PM

    • Choosing the Allow Recording options allows the user to start and stop recording in BigBlueButton.

    • Choosing the Recording Disabled option doesn't allow the user to start the recording.

    • The slash command has also been updated for the same. You now have an additional, optional, option that acts exactly like the Recording DIsabled channel header option.
      Screenshot 2021-09-11 at 12 37 25 PM

    • An indication of recording status is also added to the meeting post-
      Screenshot 2021-09-11 at 12 38 36 PM

v4.0.2

04 Aug 00:29
Compare
Choose a tag to compare

Changelog

  1. Prevented meeting from being recorded before being discarded on BBB servers when record meeting is disabled. Thanks @moschlar

v4.0.1

21 Jul 02:19
Compare
Choose a tag to compare

Release v4.0.1

Changelog

  1. Fixed a bug where delete recording confirmation didn't show submit button on mobile devices
    Before-

After-

v4.0.0

19 Jul 01:20
Compare
Choose a tag to compare

Release v4.0.0

Changelog

  1. Support for Mattermost mobile app
  2. Added additional meta fields to meeting. Thanks @moschlar
  3. Fix typo in Fix meetingroom create URL parameters. Thanks @moschlar

Known Issue

  1. Confirmation button for deleting meeting recording doesn't show up on Mattermost mobile app. Read more - mattermost/mattermost-mobile#5543