Browse Source

fix(config) document useRoomAsSharedDocumentName

j8
Felix Wolfsteller 3 years ago
parent
commit
df1561c198
No account linked to committer's email address
1 changed files with 12 additions and 1 deletions
  1. 12
    1
      config.js

+ 12
- 1
config.js View File

@@ -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

Loading…
Cancel
Save