Skip to content

Releases: pexip/pexip-mattermost-plugin

v1.1.0

19 Aug 12:32
7d24f32
Compare
Choose a tag to compare

Added

  • Add unit tests to verify functionality.
  • Change the user state inside Mattermost when they are on call. Now we display a calendar icon with the message "In a
    video conference".
  • Dialog to change the microphone, camera and speaker (if the browser supports it) and save this value in the
    localStorage.
  • Add effects to change the video background: blur and background replacement.
  • Possibility to pop-up the screen sharing video to a new window.
  • Support for calls between users instead of only supporting calls on channels.
  • Add state in the participant list: audio muted, video muted and presenting.
  • Add button in the participant list to admit users that are in the waiting room.

Changed

  • Remove PexRTC library and use the npm packages instead (@pexip/infinity, @pexip/components,
    @pexip/media-components and @pexip/media-processor).
  • Unify state under ConferenceContext.
  • Rename app from Pexip Video Connect to Pexip.
  • Change id from com.pexip.pexip-video-connect to com.pexip.pexip-app.
  • Separate the localStream into localVideoStream and localAudioStream.
  • Stop tracks when the audio or video is muted. This will be reflected on the tab and in the camera led.

Fixed

  • Screen sharing in the Desktop App.
  • Improve support for Firefox and Safari.

v1.0.0

07 Feb 14:49
fd81059
Compare
Choose a tag to compare

Added

  • Select what should be displayed as a display name.
  • Panel with all the participants.

Changed

  • Update dependencies and remove deprecated dependencies.

v1.0.0-rc.4

15 Jun 12:13
Compare
Choose a tag to compare
v1.0.0-rc.4 Pre-release
Pre-release

Fixed

  • Set the /express parameter when using Web App 3 for using the express joining flow.

v1.0.0-rc.3

13 Jun 07:56
Compare
Choose a tag to compare
v1.0.0-rc.3 Pre-release
Pre-release

Fixed

  • Set the SiteURL in Client4, this way the user info retrieval works when matermost is deployed with a subpath.

v1.0.0-rc.2

09 Jun 10:50
Compare
Choose a tag to compare
v1.0.0-rc.2 Pre-release
Pre-release

Fixed

  • Use the SiteURL to build the HTTP request to retrieve the plugin configuration. With this modification the plugin also works even if Mattermost is served from a subpath. e.g. https://mydomain.com/mattermost.

v1.0.0-rc.1

23 May 09:09
0ebcda5
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release

Added

  • Print in the server logs when a user joins a conference.
  • Define maintainer in the README.

Fixed

  • Issues with the agentPin format in the local policy inside the README.

v0.1.0-rc.1

19 May 14:52
d9985c4
Compare
Choose a tag to compare
v0.1.0-rc.1 Pre-release
Pre-release

This release has the following features:

  • Video call for channels.
  • Receive and share the screen.
  • Selector between embedded video conference inside Mattermost or launch the Pexip Web App 3.
  • Print in the chat when somebody joins a video conference.