From d3143967fd8d1ba325ff4fa3c9417d5514d4c259 Mon Sep 17 00:00:00 2001 From: Luis Guzman Date: Tue, 12 May 2020 15:26:50 -0500 Subject: [PATCH] Created Project documentation (markdown) --- Project-documentation.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Project-documentation.md diff --git a/Project-documentation.md b/Project-documentation.md new file mode 100644 index 0000000..5c72587 --- /dev/null +++ b/Project-documentation.md @@ -0,0 +1,13 @@ +Here we'll try to list the different documentation available at the project itself + +*. [Calendar integration](https://github.com/jitsi/jitsi-meet/blob/master/doc/integrations.md) + * [Google Calendar](https://github.com/jitsi/jitsi-meet/blob/master/doc/integrations.md#creating-the-google-api-client-for-google-calendar-and-youtube-integration) + * [Microsoft Outlook](https://github.com/jitsi/jitsi-meet/blob/master/doc/integrations.md#creating-the-microsoft-app-for-microsoft-outlook-integration) + +Last step is to set in **/etc/jitsi/meet/domain-config.js**, +``` + enableCalendarIntegration: true +``` + +*. [Dropbox API Key](https://github.com/jitsi/jitsi-meet/blob/master/doc/integrations.md#creating-the-dropbox-app-for-dropbox-recording-integration) +Also documnetated at [[Jibri Recording]] \ No newline at end of file