|
|
@@ -367,6 +367,13 @@ var config = {
|
|
367
|
367
|
// When 'true', it shows an intermediate page before joining, where the user can configure their devices.
|
|
368
|
368
|
// prejoinPageEnabled: false,
|
|
369
|
369
|
|
|
|
370
|
+ // If etherpad integration is enabled, setting this to true will
|
|
|
371
|
+ // automatically open the etherpad when a participant joins. This
|
|
|
372
|
+ // does not affect the mobile app since opening an etherpad
|
|
|
373
|
+ // obscures the conference controls -- it's better to let users
|
|
|
374
|
+ // choose to open the pad on their own in that case.
|
|
|
375
|
+ // openSharedDocumentOnJoin: false,
|
|
|
376
|
+
|
|
370
|
377
|
// If true, shows the unsafe room name warning label when a room name is
|
|
371
|
378
|
// deemed unsafe (due to the simplicity in the name) and a password is not
|
|
372
|
379
|
// set or the lobby is not enabled.
|