Getting started with Jitsi

This commit is contained in:
Jaroslav Klech 2023-06-01 16:15:18 +02:00 committed by pbokoc
parent 2d926946b0
commit 2d12a734e6
4 changed files with 32 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
build build
cache cache
public public
.vscode

View file

@ -74,6 +74,8 @@
** xref:using-yubikeys.adoc[Using Yubikeys with Fedora] ** xref:using-yubikeys.adoc[Using Yubikeys with Fedora]
** xref:debug-systemd-problems.adoc[How to debug systemd problems] ** xref:debug-systemd-problems.adoc[How to debug systemd problems]
** xref:enable-touchpad-click.adoc[How to enable touchpad click] ** xref:enable-touchpad-click.adoc[How to enable touchpad click]
** xref:getting_started_with_jitsi.adoc[Getting started with Jitsi]
** NVIDIA ** NVIDIA
*** xref:bumblebee.adoc[NVIDIA Optimus Bumblebee] *** xref:bumblebee.adoc[NVIDIA Optimus Bumblebee]

View file

@ -0,0 +1,8 @@
// Module included in the following assemblies:
//
// getting_started_with_jitsi.adoc
[id='installing_jitsi']
== Installing Jitsi

View file

@ -0,0 +1,21 @@
ifdef::context[:parent-context: {context}]
:context: getting_started_with_jitsi
[[getting_started_with_jitsi]]
= Getting started with Jitsi
Jitsi video conferencing stack enables users to create virtual meetings, conferences, and collaboration sessions among other notable use-cases. Jitsi video conferencing stack provides:
* Jitsi Meet: a feature-packed client application used by conference participants
* Jitsi Videobridge: a server-side component of the Jitsi stack. Acts as a central hub for video conferences, where participants can join by accessing a uniquely generated conference URL from the server. Jitsi Videobridge conducts negotiation of audio and video streams between conference participants and also provides the necessary infrastructure for seamless experience.
include::{partialsdir}/installing_jitsi.adoc[leveloffset=0]
include::{partialsdir}/.adoc[leveloffset=0]
For more information see link:https://jitsi.org/[jitsi]
ifdef::parent-context[:context: {parent-context}]
ifndef::parent-context[:!context:]