mirror of
https://github.com/zulip/zulip.git
synced 2025-10-28 10:33:54 +00:00
docs(integrations): Document jitsi video provider in /integrations.
Moves documentation about using jitsi as video call provider to /integrations. This documentation was earlier present at /help/start-a-call and is moved as asked in issue #17588.
This commit is contained in:
committed by
Tim Abbott
parent
32b4655394
commit
13e43917db
@@ -512,6 +512,14 @@ INTEGRATIONS: Dict[str, Integration] = {
|
||||
stream_name="jira",
|
||||
legacy=True,
|
||||
),
|
||||
"jitsi": Integration(
|
||||
"jitsi",
|
||||
"jitsi",
|
||||
["communication"],
|
||||
logo="images/integrations/logos/jitsi.svg",
|
||||
display_name="Jitsi Meet",
|
||||
doc="zerver/integrations/jitsi.md",
|
||||
),
|
||||
"matrix": Integration(
|
||||
"matrix", "matrix", ["communication"], doc="zerver/integrations/matrix.md"
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user