Sfoglia il codice sorgente

fix(config) document useRoomAsSharedDocumentName

master
Felix Wolfsteller 4 anni fa
parent
commit
df1561c198
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 12 aggiunte e 1 eliminazioni
  1. 12
    1
      config.js

+ 12
- 1
config.js Vedi File

743
     // is not persisting the local storage inside the iframe.
743
     // is not persisting the local storage inside the iframe.
744
     // useHostPageLocalStorage: true,
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
     // List of undocumented settings used in jitsi-meet
758
     // List of undocumented settings used in jitsi-meet
747
     /**
759
     /**
748
      _immediateReloadThreshold
760
      _immediateReloadThreshold
755
      dialOutCodesUrl
767
      dialOutCodesUrl
756
      disableRemoteControl
768
      disableRemoteControl
757
      displayJids
769
      displayJids
758
-     etherpad_base
759
      externalConnectUrl
770
      externalConnectUrl
760
      firefox_fake_device
771
      firefox_fake_device
761
      googleApiApplicationClientID
772
      googleApiApplicationClientID

Loading…
Annulla
Salva