Skip to content

Releases: timetheoretical/jitsi-meet-outlook

v0.4.0

10 May 20:01
afe01f7
Compare
Choose a tag to compare

As of v0.4.0, the add-in can be installed via command line with custom setting passed as parameters. This works by calling msiexec on the .msi installer file. The following parameters can be passed to the installer to preconfigure the Jitsi Meet Outlook add-in settings (all are optional):

  • TARGETDIR: Path to the install directory.
  • DOMAIN: Custom domain.
  • ROOMID: A default room ID new Jitsi Meet appointments get assigned.
  • REQNAME: Require name by default in new Jitsi Meet appointments. (True/False)
  • NOAUDIO: Mute audio by default in new Jitsi Meet appointments. (True/False)
  • NOVIDEO: Disable video by default in new Jitsi Meet appointments. (True/False)

Example install command: msiexec /i "C:\Downloads\JitsiMeetOutlook-v0.4.0-windows-x64.msi" TARGETDIR="C:\Program Files (x86)\Jitsi Meet Outlook" DOMAIN="my.domain.com" ROOMID="PermanentRoomName" REQNAME="True" NOAUDIO="True" NOVIDEO="True" /passive

All settings can be changed from the settings menu after installation.

v0.3.0

06 May 19:54
78a8c88
Compare
Choose a tag to compare

This release contains the following changes:

  • #5: New setting for whether new appointments should be assigned a random or a default room ID
  • #5: The custom domain setting now accepts port specification in the domain name (e.g. my.domain.com:8080)
  • New setting for whether to start a call with muted mic or video

v0.2.1

06 May 19:16
Compare
Choose a tag to compare

This release contains the following changes:

  • Bug fixes related to specification of a custom domain
  • Custom domain names provided by user now has to pass a validity check
  • Improved layout in the appointment view (widened Room ID field and reorganisation of buttons)

v0.2.0

06 May 19:14
Compare
Choose a tag to compare

This release contains the following changes:

  • The installer no longer prompts trust certificate issues and delegates trust decision to user
  • Small icons have been added to the buttons in the appointment ribbon
  • A button for starting with the video turned off has been added to the appointment ribbon
  • The appointment ribbon buttons are only displayed for appointments created via the "New Jitsi Meeting" button in the calendar tab
  • Persistent settings have been enabled
  • It is now possible to specify a custom domain in the settings dialogue
  • Various small bugs have been fixed to improve reliability

v0.1.0

06 May 19:12
Compare
Choose a tag to compare

This is an initial release of the project.