Getting started with Jitsi
This commit is contained in:
parent
2d926946b0
commit
2d12a734e6
4 changed files with 32 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
build
|
||||
cache
|
||||
public
|
||||
.vscode
|
||||
|
|
|
@ -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]
|
||||
|
|
8
modules/ROOT/pages/_partials/proc_installing_jitsi.adoc
Normal file
8
modules/ROOT/pages/_partials/proc_installing_jitsi.adoc
Normal file
|
@ -0,0 +1,8 @@
|
|||
// Module included in the following assemblies:
|
||||
//
|
||||
// getting_started_with_jitsi.adoc
|
||||
|
||||
[id='installing_jitsi']
|
||||
|
||||
== Installing Jitsi
|
||||
|
21
modules/ROOT/pages/getting_started_with_jitsi.adoc
Normal file
21
modules/ROOT/pages/getting_started_with_jitsi.adoc
Normal 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:]
|
Loading…
Add table
Add a link
Reference in a new issue