Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/flathub/org.jitsi.jitsi-meet


https://github.com/flathub/org.jitsi.jitsi-meet

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

Jitsi Meet
----------

Flatpak wrapper around the official Jitsi Meet desktop application - https://github.com/jitsi/jitsi-meet-electron

## Wayland support

Some of Jitsi Meet's features like screensharing aren't guaranteed to work under Wayland.

Wayland support can be disabled by setting `--nosocket=wayland` either using [Flatseal](https://flathub.org/apps/details/com.github.tchx84.Flatseal), or the command line, like so:

```
$ flatpak override --user --nosocket=wayland org.jitsi.jitsi-meet
```

Wayland support can also be temporarily enabled for a single run:

```
$ flatpak run --nosocket=wayland org.jitsi.jitsi-meet
```