Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

18,645

Downloads of v 2.3.1:

535

Last Update:

31 Jul 2020

Package Maintainer(s):

Software Author(s):

  • Jitsi Meet Electron community

Tags:

jitsi webinar webcam meeting electron

Jitsi Meet Electron

This is not the latest version of Jitsi Meet Electron available.

  • 1
  • 2
  • 3

2.3.1 | Updated: 31 Jul 2020

Downloads:

18,645

Downloads of v 2.3.1:

535

Maintainer(s):

Software Author(s):

  • Jitsi Meet Electron community

Jitsi Meet Electron 2.3.1

This is not the latest version of Jitsi Meet Electron available.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged:

This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.

We recommend clicking the "Details" link to make your own decision on installing this package.

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Jitsi Meet Electron, run the following command from the command line or from PowerShell:

>

To upgrade Jitsi Meet Electron, run the following command from the command line or from PowerShell:

>

To uninstall Jitsi Meet Electron, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade jitsi-meet-electron -y --source="'INTERNAL REPO URL'" --version="'2.3.1'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade jitsi-meet-electron -y --source="'INTERNAL REPO URL'" --version="'2.3.1'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install jitsi-meet-electron
  win_chocolatey:
    name: jitsi-meet-electron
    version: '2.3.1'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'jitsi-meet-electron' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '2.3.1'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller jitsi-meet-electron
{
    Name     = "jitsi-meet-electron"
    Version  = "2.3.1"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'jitsi-meet-electron':
  ensure   => '2.3.1',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 31 Jul 2020.

Description

Features

  • Works with any Jitsi Meet deployment
  • Local settings
  • Builtin auto-updates
  • Remote control
  • Always-On-Top window

Package information

This will not use the installer, which installs jitsi-meet only for the current used.
Instead Chocolatey's means of installing a zip-package are used.
Thus the package will be installed for all users and requires administrative rights to update.

This is an automatic package that will update itself as soon as a new version is released.
It is therefore suggested to use choco-upgrade-all-at-startup or choco-upgrade-all-at, to make sure you always have the latest version.

screenshot


tools\app-32.7z
md5: DEF2C7AEDB0B14ACCEE276809FE8827D | sha1: AF3DAEBAD27E532C1A25115DC702777B7067F96A | sha256: 0543151B77A4508B6D60E08633F6FD216F23EBA046845461CFF45A23D7F56E89 | sha512: 8E7D17B9D960DC26147C4BB43C49B7D0CCB85DEBC30E68F1CC91DEBF91D7758F91E8E6FDE3D5B114149086D1E9D59D705AB8B6A04FBC945AEEF77D4D9471A0C6
tools\app-64.7z
md5: 63FE79093B76775AB7D4937AAE512847 | sha1: 4E95DA55D54224B4E4F94AA6AE3C3ABF08B5F4C5 | sha256: E0B56A6843674E380A5D589BF2173A0F55D42D2DEDAFB1195C52503F47F3E452 | sha512: 4A6290DB33328B38611E6A17A2500DF9C655448F5952FD2A06303BC955308F900457B7EBE70EC18B8F79B2D975B9E9E1C2DBD8A5A3E5A475C93E98CAD9262F86
tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop'


$toolsDir       = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
  packageName    = "jitsi-meet-electron"
  file    = "$toolsdir\app-32.7z"
  file64  = "$toolsdir\app-64.7z"
  unzipLocation  = "$toolsDir"
  checksum       = '0543151B77A4508B6D60E08633F6FD216F23EBA046845461CFF45A23D7F56E89'
  checksum64     = 'E0B56A6843674E380A5D589BF2173A0F55D42D2DEDAFB1195C52503F47F3E452'
  checksumType   = 'sha256'
  ChecksumType64 = 'sha256'
}


Write-Verbose "Unpacking"
Install-ChocolateyZipPackage @packageArgs

Get-ChildItem $toolsdir\*.7z | ForEach-Object { Remove-Item $_ -ea 0; if (Test-Path $_) { Set-Content "$_.ignore" } }

Write-Verbose "Searching for exe"
$files = get-childitem "$toolsdir" -include "*.exe" -recurse


foreach ($file in $files) {
  #generate an ignore file
  if($file.Name -like "Jitsi*") {
    Write-Verbose "Crating Start Menu enty for $($file.BaseName)"
    $newlink ="$($env:ProgramData)\Microsoft\Windows\Start Menu\Programs\$($file.BaseName).lnk"
    Install-ChocolateyShortcut -shortcutFilePath $newlink  -targetPath "$file"
    Add-Content "$toolsdir\chocoUninstall.ps1" -Value "Remove-Item `"$($newlink)`" -Force -ea ignore"
  } else {
    Write-Verbose "Ignoring $($file.Name)"
    New-Item "$file.ignore" -type file -force | Out-Null
  }
}
tools\chocolateyUninstall.ps1

$toolsDir       = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

. $toolsdir\chocoUninstall.ps1
tools\LICENSE
 
tools\LICENSE.electron.txt
Copyright (c) 2013-2020 GitHub Inc.

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
tools\LICENSES.chromium.html
 
tools\VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The installer have been downloaded from their official download link found at https://github.com/jitsi/jitsi-meet-electron/releases
It has been built using Appveyor.
You can find the package source at https://github.com/cmorty/au-packages/tree/master/jitsi-meet-electron
As well as the build logs: https://gist.github.com/cmorty/554cd2b607b7bf0a288341da3b311ca1

To verify the package you need to
1. Download the Oneclick installer from the following
    URL: https://github.com/jitsi/jitsi-meet-electron/releases/download/v2.3.1/jitsi-meet.exe
2. Unzip it running
    7z x jitsi-meet.exe
    The program is in the "$PLUGINSDIR" folder containing the app-32.7z and app-64.7z
3. You can use one of the following methods to obtain the checksum
  - Use powershell function 'Get-Filehash'
  - Use chocolatey utility 'checksum.exe'

  checksum type: sha256
  checksum32: 0543151B77A4508B6D60E08633F6FD216F23EBA046845461CFF45A23D7F56E89
  checksum64: E0B56A6843674E380A5D589BF2173A0F55D42D2DEDAFB1195C52503F47F3E452

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
Jitsi Meet Electron 2024.1.0 312 Monday, January 15, 2024 Approved
Jitsi Meet Electron 2023.11.3 321 Saturday, November 25, 2023 Approved
Jitsi Meet Electron 2023.11.2 31 Friday, November 24, 2023 Approved
Jitsi Meet Electron 2023.11.0 203 Sunday, November 12, 2023 Approved
Jitsi Meet Electron 2023.10.0 1011 Tuesday, October 3, 2023 Approved
Jitsi Meet Electron 2023.9.1 294 Sunday, September 17, 2023 Approved
Jitsi Meet Electron 2023.9.0 175 Wednesday, September 6, 2023 Approved
Jitsi Meet Electron 2023.8.0 167 Sunday, August 27, 2023 Approved
Jitsi Meet Electron 2023.7.2 64 Friday, August 25, 2023 Approved
Jitsi Meet Electron 2022.8.1 1128 Saturday, August 13, 2022 Approved
Jitsi Meet Electron 2022.7.1 346 Friday, July 22, 2022 Approved
Jitsi Meet Electron 2022.6.1 550 Monday, June 27, 2022 Approved
Jitsi Meet Electron 2022.4.1 773 Friday, April 29, 2022 Approved
Jitsi Meet Electron 2022.3.1 760 Thursday, March 10, 2022 Approved
Jitsi Meet Electron 2022.2.1 426 Friday, February 18, 2022 Approved
Jitsi Meet Electron 2022.1.1 715 Wednesday, January 5, 2022 Approved
Jitsi Meet Electron 2021.12.2 555 Saturday, December 4, 2021 Approved
Jitsi Meet Electron 2021.12.1 190 Wednesday, December 1, 2021 Approved
Jitsi Meet Electron 2021.11.2 513 Saturday, November 6, 2021 Approved
Jitsi Meet Electron 2021.11.1 135 Friday, November 5, 2021 Approved
Jitsi Meet Electron 2.9.1 395 Wednesday, October 20, 2021 Approved
Jitsi Meet Electron 2.9.0 376 Wednesday, September 22, 2021 Approved
Jitsi Meet Electron 2.8.11 631 Sunday, August 29, 2021 Approved
Jitsi Meet Electron 2.8.10 389 Thursday, August 12, 2021 Approved
Jitsi Meet Electron 2.8.9 309 Tuesday, July 27, 2021 Approved
Jitsi Meet Electron 2.8.8 518 Saturday, July 3, 2021 Approved
Jitsi Meet Electron 2.8.7 288 Saturday, June 26, 2021 Approved
Jitsi Meet Electron 2.8.6 843 Friday, May 7, 2021 Approved
Jitsi Meet Electron 2.8.5 531 Wednesday, April 14, 2021 Approved
Jitsi Meet Electron 2.8.4 290 Wednesday, March 31, 2021 Approved
Jitsi Meet Electron 2.8.3 412 Thursday, March 25, 2021 Approved
Jitsi Meet Electron 2.7.1 375 Friday, March 12, 2021 Approved
Jitsi Meet Electron 2.7.0 185 Wednesday, March 10, 2021 Approved
Jitsi Meet Electron 2.6.1 243 Saturday, March 6, 2021 Approved
Jitsi Meet Electron 2.6.0 166 Thursday, March 4, 2021 Approved
Jitsi Meet Electron 2.5.1 283 Tuesday, February 23, 2021 Approved
Jitsi Meet Electron 2.4.2 1453 Thursday, October 29, 2020 Approved
Jitsi Meet Electron 2.4.1 386 Thursday, October 1, 2020 Approved
Jitsi Meet Electron 2.4.0 177 Friday, September 25, 2020 Approved
Jitsi Meet Electron 2.3.1 535 Friday, July 31, 2020 Approved
Jitsi Meet Electron 2.3.0 287 Thursday, July 2, 2020 Approved
Jitsi Meet Electron 2.2.0 155 Friday, June 5, 2020 Approved
Jitsi Meet Electron 2.1.1 176 Wednesday, May 27, 2020 Approved
Jitsi Meet Electron 2.1.0 153 Monday, May 25, 2020 Approved
Jitsi Meet Electron 2.0.2 159 Friday, May 15, 2020 Approved
Discussion for the Jitsi Meet Electron Package

Ground Rules:

  • This discussion is only about Jitsi Meet Electron and the Jitsi Meet Electron package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or Jitsi Meet Electron, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus