janus: improve description about coturn

Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
[james: Remove space]
Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
nbenedek 2022-06-15 09:10:42 +02:00 committed by James Valleroy
parent 7028e3d022
commit 16ab0e4fc9
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -15,13 +15,16 @@ from plinth.modules.backups.components import BackupRestore
from plinth.modules.coturn.components import TurnTimeLimitedConsumer
from plinth.modules.firewall.components import Firewall
from plinth.package import Packages
from plinth.utils import format_lazy
from . import manifest
_description = [
_('Janus is a lightweight WebRTC server.'),
_('A simple video conference room is included.'),
_('A STUN/TURN server (such as Coturn) is required to use Janus.'),
format_lazy(
_('<a href="{coturn_url}">Coturn</a> is required to '
'use Janus.'), coturn_url=reverse_lazy('coturn:index')),
]
app = None