|
@@ -451,6 +451,14 @@ var config = {
|
451
|
451
|
// the menu has option to flip the locally seen video for local presentations
|
452
|
452
|
// disableLocalVideoFlip: false,
|
453
|
453
|
|
|
454
|
+ // Mainly privacy related settings
|
|
455
|
+
|
|
456
|
+ // Disables all invite functions from the app (share, invite, dial out...etc)
|
|
457
|
+ // disableInviteFunctions: true,
|
|
458
|
+
|
|
459
|
+ // Disables storing the room name to the recents list
|
|
460
|
+ // doNotStoreRoom: true,
|
|
461
|
+
|
454
|
462
|
// Deployment specific URLs.
|
455
|
463
|
// deploymentUrls: {
|
456
|
464
|
// // If specified a 'Help' button will be displayed in the overflow menu with a link to the specified URL for
|