Downloads:
20,837
Downloads of v 2.7.1:
405
Last Update:
12 Mar 2021
Package Maintainer(s):
Software Author(s):
- Jitsi Meet Electron community
Tags:
jitsi webinar webcam meeting electron- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Jitsi Meet Electron
This is not the latest version of Jitsi Meet Electron available.
- 1
- 2
- 3
2.7.1 | Updated: 12 Mar 2021
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
20,837
Downloads of v 2.7.1:
405
Software Author(s):
- Jitsi Meet Electron community
Jitsi Meet Electron 2.7.1
This is not the latest version of Jitsi Meet Electron available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Jitsi Meet Electron community. The inclusion of Jitsi Meet Electron community trademark(s), if any, upon this webpage is solely to identify Jitsi Meet Electron community goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
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:
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
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download jitsi-meet-electron --internalize --version=2.7.1 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade jitsi-meet-electron -y --source="'INTERNAL REPO URL'" --version="'2.7.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.7.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.7.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.7.1'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller jitsi-meet-electron
{
Name = "jitsi-meet-electron"
Version = "2.7.1"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'jitsi-meet-electron':
ensure => '2.7.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.
This package was approved as a trusted package on 12 Mar 2021.
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.
md5: 986A9B4B980B32AEA919F85194F6396F | sha1: A8F8FF4C716BB518EBCEA7F63B8ED053AE4B8CA9 | sha256: 1E68CDA96A8D549249910D838AF1AE13FC6FF7AE8BE4FD48A41564E248342296 | sha512: 78E6E2175AE3504BF827345832FA226A3279F69B6D17FD84D77EC948ED889F19D23C44CAA055AA83792F3E7A78E1F65631E0F29E3E5CB4393195596D7F3AA425
md5: 7D14EE34C4084D19BCC1BD6F17072ED1 | sha1: 3241D09267B7E4FAAA35504DB2F418D24F7DD387 | sha256: 8E370089E51AD12502BC982A00373A6287244E2E7CDB0183D059EFE548FEDB87 | sha512: 66F7F7A7927B0932F43215D1A9037543BB659C3C54DC658509EDD2451049E6F3C11400D0AD45AC35B589AFCA2F61CB075ECF16209914C1CE52E2AD5FAD7D2496
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
. $toolsdir\chocoUninstall.ps1
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.
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.7.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: 1E68CDA96A8D549249910D838AF1AE13FC6FF7AE8BE4FD48A41564E248342296
checksum64: 8E370089E51AD12502BC982A00373A6287244E2E7CDB0183D059EFE548FEDB87
Log in or click on link to see number of positives.
- jitsi-meet-electron.2.7.1.nupkg (92e466cd8524) - ## / 59
- app-32.7z (1e68cda96a8d) - ## / 55
- app-64.7z (8e370089e51a) - ## / 54
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.10.0 | 273 | Sunday, October 6, 2024 | Approved | |
Jitsi Meet Electron 2024.6.0 | 387 | Saturday, June 15, 2024 | Approved | |
Jitsi Meet Electron 2024.5.0 | 224 | Saturday, May 11, 2024 | Approved | |
Jitsi Meet Electron 2024.3.0 | 317 | Sunday, March 10, 2024 | Approved | |
Jitsi Meet Electron 2024.1.0 | 326 | Monday, January 15, 2024 | Approved | |
Jitsi Meet Electron 2023.11.3 | 337 | Saturday, November 25, 2023 | Approved | |
Jitsi Meet Electron 2023.11.2 | 42 | Friday, November 24, 2023 | Approved | |
Jitsi Meet Electron 2023.11.0 | 239 | Sunday, November 12, 2023 | Approved | |
Jitsi Meet Electron 2023.10.0 | 1048 | Tuesday, October 3, 2023 | Approved | |
Jitsi Meet Electron 2023.9.1 | 323 | Sunday, September 17, 2023 | Approved | |
Jitsi Meet Electron 2023.9.0 | 188 | Wednesday, September 6, 2023 | Approved | |
Jitsi Meet Electron 2023.8.0 | 184 | Sunday, August 27, 2023 | Approved | |
Jitsi Meet Electron 2023.7.2 | 96 | Friday, August 25, 2023 | Approved | |
Jitsi Meet Electron 2022.8.1 | 1152 | Saturday, August 13, 2022 | Approved | |
Jitsi Meet Electron 2022.7.1 | 363 | Friday, July 22, 2022 | Approved | |
Jitsi Meet Electron 2022.6.1 | 579 | Monday, June 27, 2022 | Approved | |
Jitsi Meet Electron 2022.4.1 | 795 | Friday, April 29, 2022 | Approved | |
Jitsi Meet Electron 2022.3.1 | 811 | Thursday, March 10, 2022 | Approved | |
Jitsi Meet Electron 2022.2.1 | 452 | Friday, February 18, 2022 | Approved | |
Jitsi Meet Electron 2022.1.1 | 756 | Wednesday, January 5, 2022 | Approved | |
Jitsi Meet Electron 2021.12.2 | 570 | Saturday, December 4, 2021 | Approved | |
Jitsi Meet Electron 2021.12.1 | 221 | Wednesday, December 1, 2021 | Approved | |
Jitsi Meet Electron 2021.11.2 | 528 | Saturday, November 6, 2021 | Approved | |
Jitsi Meet Electron 2021.11.1 | 163 | Friday, November 5, 2021 | Approved | |
Jitsi Meet Electron 2.9.1 | 421 | Wednesday, October 20, 2021 | Approved | |
Jitsi Meet Electron 2.9.0 | 391 | Wednesday, September 22, 2021 | Approved | |
Jitsi Meet Electron 2.8.11 | 646 | Sunday, August 29, 2021 | Approved | |
Jitsi Meet Electron 2.8.10 | 422 | Thursday, August 12, 2021 | Approved | |
Jitsi Meet Electron 2.8.9 | 334 | Tuesday, July 27, 2021 | Approved | |
Jitsi Meet Electron 2.8.8 | 557 | Saturday, July 3, 2021 | Approved | |
Jitsi Meet Electron 2.8.7 | 303 | Saturday, June 26, 2021 | Approved | |
Jitsi Meet Electron 2.8.6 | 857 | Friday, May 7, 2021 | Approved | |
Jitsi Meet Electron 2.8.5 | 545 | Wednesday, April 14, 2021 | Approved | |
Jitsi Meet Electron 2.8.4 | 307 | Wednesday, March 31, 2021 | Approved | |
Jitsi Meet Electron 2.8.3 | 432 | Thursday, March 25, 2021 | Approved | |
Jitsi Meet Electron 2.7.1 | 405 | Friday, March 12, 2021 | Approved | |
Jitsi Meet Electron 2.7.0 | 205 | Wednesday, March 10, 2021 | Approved | |
Jitsi Meet Electron 2.6.1 | 274 | Saturday, March 6, 2021 | Approved | |
Jitsi Meet Electron 2.6.0 | 185 | Thursday, March 4, 2021 | Approved | |
Jitsi Meet Electron 2.5.1 | 316 | Tuesday, February 23, 2021 | Approved | |
Jitsi Meet Electron 2.4.2 | 1497 | Thursday, October 29, 2020 | Approved | |
Jitsi Meet Electron 2.4.1 | 405 | Thursday, October 1, 2020 | Approved | |
Jitsi Meet Electron 2.4.0 | 229 | Friday, September 25, 2020 | Approved | |
Jitsi Meet Electron 2.3.1 | 585 | Friday, July 31, 2020 | Approved | |
Jitsi Meet Electron 2.3.0 | 315 | Thursday, July 2, 2020 | Approved | |
Jitsi Meet Electron 2.2.0 | 181 | Friday, June 5, 2020 | Approved | |
Jitsi Meet Electron 2.1.1 | 204 | Wednesday, May 27, 2020 | Approved | |
Jitsi Meet Electron 2.1.0 | 192 | Monday, May 25, 2020 | Approved | |
Jitsi Meet Electron 2.0.2 | 207 | Friday, May 15, 2020 | Approved |
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.