All Projects → jitsi → Jitsi Meet Electron

jitsi / Jitsi Meet Electron

Licence: apache-2.0
Jitsi Meet desktop application powered by :electron:

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Jitsi Meet Electron

Meething Ml Camera
Machine-Learning powered Virtual Camera with SVG Animation (alpha)
Stars: ✭ 36 (-96.64%)
Mutual labels:  webrtc
Palava Portal
Front-end of palava.tv (in React)
Stars: ✭ 45 (-95.79%)
Mutual labels:  webrtc
Vett
P2P Dots & Boxes game with WebRTC & WebTorrent
Stars: ✭ 49 (-95.42%)
Mutual labels:  webrtc
Analysisavp
音视频学习,相关文件格式/协议分析。h264 nalu aac adts flv
Stars: ✭ 38 (-96.45%)
Mutual labels:  webrtc
Friend.ly
A social media platform with a friend recommendation engine based on personality trait extraction
Stars: ✭ 41 (-96.17%)
Mutual labels:  webrtc
Mediacapture Screen Share
Media Capture Screen Capture specification
Stars: ✭ 45 (-95.79%)
Mutual labels:  webrtc
Goturn
A golang TURN dialer
Stars: ✭ 31 (-97.1%)
Mutual labels:  webrtc
Hubs
Duck-themed multi-user virtual spaces in WebVR. Built with A-Frame.
Stars: ✭ 1,059 (-1.03%)
Mutual labels:  webrtc
Immersive Video Sample
This Immersive Video project includes 2 samples which are based on OMAF and WebRTC streaming frameworks.
Stars: ✭ 43 (-95.98%)
Mutual labels:  webrtc
Go Video Conference
Create a video conference using Golang.
Stars: ✭ 47 (-95.61%)
Mutual labels:  webrtc
Blaze
⚡ File sharing progressive web app built using WebTorrent and WebSockets
Stars: ✭ 991 (-7.38%)
Mutual labels:  webrtc
Webrtc Lab
WebRTC 연구실 🌎
Stars: ✭ 39 (-96.36%)
Mutual labels:  webrtc
Media Tutorial
流处理,TCP和UDP,WebRTC和Blob
Stars: ✭ 47 (-95.61%)
Mutual labels:  webrtc
Vialer Js
Pluggable WebRTC softphone and communication platform.
Stars: ✭ 988 (-7.66%)
Mutual labels:  webrtc
Android audio talkback demo program
Android下音频对讲演示程序
Stars: ✭ 50 (-95.33%)
Mutual labels:  webrtc
Calla
Virtual Meetups through Jitsi
Stars: ✭ 971 (-9.25%)
Mutual labels:  webrtc
Hyperhost
P2P Node Servers in the Browser
Stars: ✭ 46 (-95.7%)
Mutual labels:  webrtc
Mediasoup Sfu Webrtc Video Rooms
A simple video conferencing example using the mediasoup sfu
Stars: ✭ 52 (-95.14%)
Mutual labels:  webrtc
Snapdrop
A Progressive Web App for local file sharing
Stars: ✭ 10,173 (+850.75%)
Mutual labels:  webrtc
Hibuddy
Simple video chats for the web.
Stars: ✭ 47 (-95.61%)
Mutual labels:  webrtc

Jitsi Meet Electron

Desktop application for Jitsi Meet built with Electron.

Features

  • End-to-End Encryption support (BETA)
  • Works with any Jitsi Meet deployment
  • Builtin auto-updates
  • Remote control (currently disabled due to security issues)
  • Always-On-Top window
  • Support for deeplinks such as jitsi-meet://myroom (will open myroom on the configured Jitsi instance) or jitsi-meet://jitsi.mycompany.com/myroom (will open myroom on the Jitsi instance running on jitsi.mycompany.com)

Installation

Download our latest release and you're off to the races!

Windows macOS GNU/Linux (64-bit only)
Download Download Download

Third-Party builds

Download On Flathub

Homebrew

For macOS user, you can install the application using the following command:

brew install --cask jitsi-meet

Using it with your own Jitsi Meet installation

⚠️ The following additional HTTP headers are known to break the Electron App:

Content-Security-Policy "frame-ancestors [looks like any value is bad]";
X-Frame-Options "DENY";

A working Content Security Policy looks like that:

Content-Security-Policy "img-src 'self' 'unsafe-inline' data:; style-src 'self' 'unsafe-inline'; font-src 'self'; object-src 'none'; base-uri 'self'; form-action 'none';";

Development

If you want to hack on this project, here is how you do it.

Show building instructions

Installing dependencies

Install Node.js 12 first (or if you use nvm, switch to Node.js 12 by running nvm use).

Extra dependencies for Windows
npm install --global --production windows-build-tools
npm config set msvs_version 2017
Extra dependencies for GNU/Linux

X11, PNG and zlib development packages are necessary. On Debian-like systems then can be installed as follows:

sudo apt install libx11-dev zlib1g-dev libpng-dev libxtst-dev

Install all required packages:

npm install

Starting in development mode

npm start

The debugger tools are available when running in dev mode and can be activated with keyboard shortcuts as defined here https://github.com/sindresorhus/electron-debug#features.

It can also be displayed automatically from the SHOW_DEV_TOOLS environment variable such as:

SHOW_DEV_TOOLS=true npm start

or from the application --show-dev-tools command line flag.

Building the production distribution

npm run dist

Working with jitsi-meet-electron-utils

jitsi-meet-electron-utils is a helper package which implements many features such as remote control and the always-on-top window. If new features are to be added / tested, running with a local version of these utils is very handy, here is how to do that.

By default the jitsi-meet-electron-utils is build from its git repository sources. The default dependency path in package.json is:

"jitsi-meet-electron-utils": "jitsi/jitsi-meet-electron-utils"

To work with local copy you must change the path to:

"jitsi-meet-electron-utils": "file:///Users/name/jitsi-meet-electron-utils-copy",

To build the project you must force it to take the sources as npm update will not do it.

npm install jitsi-meet-electron-utils --force

NOTE: Also check the jitsi-meet-electron-utils README to see how to configure your environment.

Known issues

Windows

A warning will show up mentioning the app is unsigned upon first install. This is expected.

macOS

On macOS Catalina a warning will be displayed on first install. The app won't open unless "open" is pressed. This dialog is only shown once. Builtin auto-updates are not yet handled in macOS due to unsigned build.

GNU/Linux

There is a known issue which prevents the app from starting on some Linux distributions: #231

If after downloading it, you can't execute the file directly, try running chmod u+x ./jitsi-meet-x86_64.AppImage

The workaround for now is to launch the app like so: ./jitsi-meet-x86_64.AppImage --no-sandbox

NOTE for old GNU/Linux distributions

You might get the following error:

FATAL:nss_util.cc(632)] NSS_VersionCheck("3.26") failed. NSS >= 3.26 is required.
Please upgrade to the latest NSS, and if you still get this error, contact your
distribution maintainer.

If you do, please install NSS (example for Debian / Ubuntu):

sudo apt-get install libnss3

License

Apache 2. See the LICENSE file.

Community

Jitsi is built by a large community of developers, if you want to participate, please join community forum.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].