diff --git a/.gitignore b/.gitignore index 9f3ebf5..2ce1ab4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ build cache public +.vscode diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index f06caaa..48bbc89 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -74,6 +74,8 @@ ** xref:using-yubikeys.adoc[Using Yubikeys with Fedora] ** xref:debug-systemd-problems.adoc[How to debug systemd problems] ** xref:enable-touchpad-click.adoc[How to enable touchpad click] +** xref:getting_started_with_jitsi.adoc[Getting started with Jitsi] + ** NVIDIA *** xref:bumblebee.adoc[NVIDIA Optimus Bumblebee] diff --git a/modules/ROOT/pages/_partials/proc_installing_jitsi.adoc b/modules/ROOT/pages/_partials/proc_installing_jitsi.adoc new file mode 100644 index 0000000..251effe --- /dev/null +++ b/modules/ROOT/pages/_partials/proc_installing_jitsi.adoc @@ -0,0 +1,8 @@ +// Module included in the following assemblies: +// +// getting_started_with_jitsi.adoc + +[id='installing_jitsi'] + +== Installing Jitsi + diff --git a/modules/ROOT/pages/getting_started_with_jitsi.adoc b/modules/ROOT/pages/getting_started_with_jitsi.adoc new file mode 100644 index 0000000..4557319 --- /dev/null +++ b/modules/ROOT/pages/getting_started_with_jitsi.adoc @@ -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:]