Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flathub/org.jitsi.jitsi-meet
https://github.com/flathub/org.jitsi.jitsi-meet
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flathub/org.jitsi.jitsi-meet
- Owner: flathub
- Created: 2020-08-04T09:06:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T13:28:37.000Z (5 months ago)
- Last Synced: 2024-06-21T15:05:29.406Z (5 months ago)
- Language: Shell
- Homepage: https://flathub.org/apps/details/org.jitsi.jitsi-meet
- Size: 102 KB
- Stars: 6
- Watchers: 6
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - flathub/org.jitsi.jitsi-meet - (others)
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
```