<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>dekstop Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/dekstop/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Wed, 06 Oct 2021 23:35:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.13</generator>
	<item>
		<title>Install Jitsi Meet desktop on Debian 11</title>
		<link>https://www.osradar.com/install-jitsi-meet-desktop-client/</link>
					<comments>https://www.osradar.com/install-jitsi-meet-desktop-client/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Sun, 10 Oct 2021 23:20:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bullseye]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[dekstop]]></category>
		<category><![CDATA[jitsi]]></category>
		<category><![CDATA[video]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=32584</guid>

					<description><![CDATA[<p>Hello, friends. We’ve talked a lot about Jitsi Meet and how great it is. But we’ve yet to talk about a desktop client for it. So, in this post, you’ll learn how to install Jitsi Meet Desktop on Debian 11 and we’ll describe some ways to do it. What is Jitsi Meet Jitsi Meet is [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-jitsi-meet-desktop-client/">Install Jitsi Meet desktop on Debian 11</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello, friends. <a href="https://www.osradar.com/video-conference-linux-jitsi-meet/" target="_blank" rel="noreferrer noopener">We’ve talked a lot about Jitsi Mee</a>t and how great it is. But we’ve yet to talk about a desktop client for it. So, in this post, you’ll learn how to install Jitsi Meet Desktop on Debian 11 and we’ll describe some ways to do it.</p>



<h2 id="what-is-jitsi-meet">What is Jitsi Meet</h2>



<p><a href="https://meet.jit.si/" target="_blank" rel="noreferrer noopener">Jitsi Meet</a> is a free tool for making group video calls with numerous participants and many options to perform. In Jitsi Meet there is no limit to the number of participants, although the server will set a limit.</p>



<p>One of the most important features of Jitsi Meet is that it is OpenSource so we can access the source code and we can implement it with <a href="https://www.osradar.com/deploy-jitsi-meet-server-with-docker/" target="_blank" rel="noreferrer noopener">tools such as Docker.</a></p>



<p>Now, the user community has created a Jitsi Meet Desktop client with which we can connect to an instance from the desktop.</p>



<h2 id="jisti-meet-desktop-client">Jisti Meet Desktop Client</h2>



<p>So we have a Desktop application for Jitsi Meet built with Electron. Like the Jitsi Meet technology, it is open source and has the following features.</p>



<ul><li>Works with any Jitsi deployment.</li><li>Unlimited users: There are no artificial restrictions on the number of users or conference participants. Server power and bandwidth are the only limiting factors.</li><li>No account is needed.</li><li>Lock-protected rooms: Control the access to your conferences with a password.</li><li>Encrypted by default.</li></ul>



<p>This way, you can integrate Jitsi Meet into the desktop of your favorite distribution.</p>



<h2 id="install-jitsi-meet-desktop-client-on-debian-11">Install Jitsi Meet Desktop Client on Debian 11</h2>



<p>The support of this application for Linux is very good and especially for Debian 11. So we have several installation methods.</p>



<h3 id="jitsi-meet-desktop-client-using-the-deb-package">Jitsi Meet Desktop Client using the DEB package</h3>



<p>In the Github profile of the application, we can download a DEB package that will be useful for our system.</p>



<p>To download it and install it, you can open the terminal and run</p>



<pre class="wp-block-preformatted">wget https://github.com/jitsi/jitsi-meet-electron/releases/latest/download/jitsi-meet-amd64.deb
sudo apt install ./jitsi-meet-amd64.deb</pre>



<p>At the end of the process, you will be able to run it from the main menu of the distribution.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="556" src="https://www.osradar.com/wp-content/uploads/2021/10/1-2-1024x556.png" alt="1.- Jitsi Meet Desktop Client on Debian 11" class="wp-image-32590" srcset="https://www.osradar.com/wp-content/uploads/2021/10/1-2-1024x556.png 1024w, https://www.osradar.com/wp-content/uploads/2021/10/1-2-300x163.png 300w, https://www.osradar.com/wp-content/uploads/2021/10/1-2-768x417.png 768w, https://www.osradar.com/wp-content/uploads/2021/10/1-2-696x378.png 696w, https://www.osradar.com/wp-content/uploads/2021/10/1-2-1068x580.png 1068w, https://www.osradar.com/wp-content/uploads/2021/10/1-2.png 1368w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>1.- Jitsi Meet Desktop Client on Debian 11</figcaption></figure>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="556" src="https://www.osradar.com/wp-content/uploads/2021/10/2-2-1024x556.png" alt="2.- Using Jitsi Meet desktop client" class="wp-image-32591" srcset="https://www.osradar.com/wp-content/uploads/2021/10/2-2-1024x556.png 1024w, https://www.osradar.com/wp-content/uploads/2021/10/2-2-300x163.png 300w, https://www.osradar.com/wp-content/uploads/2021/10/2-2-768x417.png 768w, https://www.osradar.com/wp-content/uploads/2021/10/2-2-696x378.png 696w, https://www.osradar.com/wp-content/uploads/2021/10/2-2-1068x580.png 1068w, https://www.osradar.com/wp-content/uploads/2021/10/2-2.png 1368w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>2.- Using Jitsi Meet desktop client</figcaption></figure>



<h3 id="getting-jitsi-meet-desktop-client-with-flatpak">Getting Jitsi Meet desktop client with Flatpak</h3>



<p>This method is a bit more cumbersome, but it guarantees integration with the system, and will not fail due to any dependencies. In short, we can install the application using Flatpak technology.</p>



<p>So, if you don’t have Flatpak you can install it by running</p>



<pre class="wp-block-preformatted">sudo apt install flatpak</pre>



<p>After that, you need to add the Flathub repository where the application is hosted.</p>



<pre class="wp-block-preformatted">sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo</pre>



<p>Then, you can install it as follows</p>



<pre class="wp-block-preformatted">sudo flatpak install flathub org.jitsi.jitsi-meet</pre>



<p>When the installation is finished you can run it from the main menu or by executing this command</p>



<pre class="wp-block-preformatted">flatpak run org.jitsi.jitsi-meet</pre>



<p>Then, you will see the main screen.</p>



<h2 id="conclusion">Conclusion</h2>



<p>A desktop client is always good news to speed up the work from an operating system. That’s why we have to thank the work of community in creating these applications and making them work on almost all Linux operating systems.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-jitsi-meet-desktop-client/">Install Jitsi Meet desktop on Debian 11</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-jitsi-meet-desktop-client/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
