Make layout configurable in client, fixes #227

This commit is contained in:
Håvar Aambø Fosstveit
2020-04-30 12:48:36 +02:00
parent a64830a06a
commit 2ece8e9975
2 changed files with 15 additions and 11 deletions
+8 -7
View File
@@ -42,17 +42,18 @@ var config =
{
tcp : true
},
lastN : 4,
mobileLastN : 1,
defaultLayout : 'democratic', // democratic, filmstrip
lastN : 4,
mobileLastN : 1,
// Highest number of speakers user can select
maxLastN : 5,
maxLastN : 5,
// If truthy, users can NOT change number of speakers visible
lockLastN : false,
background : 'images/background.jpg',
lockLastN : false,
background : 'images/background.jpg',
// Add file and uncomment for adding logo to appbar
// logo : 'images/logo.svg',
title : 'Multiparty meeting',
theme :
title : 'Multiparty meeting',
theme :
{
palette :
{