Jitsi Meet is a free and open source video conferencing application. It comes with chat, fake backgrounds, recording, screen sharing, live stream meetings to YouTube and more. You can also host your own server or use the free Jitsi meet with maximum 500 participants, no time limit on one on one meeting and group meetings and join meet without account.
Install Jitsi Meet on Ubuntu
Jitsi Meet is available as a flatpak package file from the remote flathub. First install the latest version of flatpak and flathub on your system, if you don’t have them and restart it after the installation.
After that open the terminal application (ctrl+alt+t) and run below Jitsi Meet flatpak command.
flatpak install flathub org.jitsi.jitsi-meet
After the successful installation of Jitsi Meet you can open it using this command.
flatpak run org.jitsi.jitsi-meet
And also uninstall Jitsi Meet using below commands.
flatpak uninstall org.jitsi.jitsi-meet
[OR]
sudo flatpak uninstall org.jitsi.jitsi-meet
That’s it.