fix(config) remove deprecated useRoomAsSharedDocumentName parameter
Fixes: #10103 Co-authored-by: Denis Meiswinkel <meiswinkel@qwertiko.de>
This commit is contained in:
parent
483bc45d59
commit
1d44741d5e
|
@ -973,11 +973,6 @@ var config = {
|
||||||
// will open an etherpad document.
|
// will open an etherpad document.
|
||||||
// etherpad_base: 'https://your-etherpad-installati.on/p/',
|
// etherpad_base: 'https://your-etherpad-installati.on/p/',
|
||||||
|
|
||||||
// If etherpad_base is set, and useRoomAsSharedDocumentName is set to true,
|
|
||||||
// open a pad with the name of the room (lowercased) instead of a pad with a
|
|
||||||
// random UUID.
|
|
||||||
// useRoomAsSharedDocumentName: true,
|
|
||||||
|
|
||||||
// List of undocumented settings used in jitsi-meet
|
// List of undocumented settings used in jitsi-meet
|
||||||
/**
|
/**
|
||||||
_immediateReloadThreshold
|
_immediateReloadThreshold
|
||||||
|
|
Loading…
Reference in New Issue