Parcourir la source

fix(config) document useRoomAsSharedDocumentName

j8
Felix Wolfsteller il y a 3 ans
Parent
révision
df1561c198
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 12 ajouts et 1 suppressions
  1. 12
    1
      config.js

+ 12
- 1
config.js Voir le fichier

@@ -743,6 +743,18 @@ var config = {
743 743
     // is not persisting the local storage inside the iframe.
744 744
     // useHostPageLocalStorage: true,
745 745
 
746
+    // etherpad ("shared document") integration.
747
+    //
748
+
749
+    // If set, add a "Open shared document" link to the bottom right menu that
750
+    // will open an etherpad document.
751
+    // etherpad_base: 'https://your-etherpad-installati.on/p/',
752
+
753
+    // If etherpad_base is set, and useRoomAsSharedDocumentName is set to true,
754
+    // open a pad with the name of the room (lowercased) instead of a pad with a
755
+    // random UUID.
756
+    // useRoomAsSharedDocumentName: true,
757
+
746 758
     // List of undocumented settings used in jitsi-meet
747 759
     /**
748 760
      _immediateReloadThreshold
@@ -755,7 +767,6 @@ var config = {
755 767
      dialOutCodesUrl
756 768
      disableRemoteControl
757 769
      displayJids
758
-     etherpad_base
759 770
      externalConnectUrl
760 771
      firefox_fake_device
761 772
      googleApiApplicationClientID

Chargement…
Annuler
Enregistrer