next iteration state + audio settings

This commit is contained in:
Stefan Otto
2020-05-05 22:28:46 +02:00
parent 1469f6c5fb
commit a2d11121d3
6 changed files with 198 additions and 12 deletions
+13 -3
View File
@@ -31,9 +31,19 @@ var config =
{
tcp : true
},
lastN : 4,
mobileLastN : 1,
background : 'images/background.jpg',
lastN : 4,
mobileLastN : 1,
defaultAudio :
{
sampleRate : 48000,
channelCount : 1,
volume : 1.0,
autoGainControl : true,
echoCancellation : true,
noiseSuppression : true,
sampleSize : 16
},
background : 'images/background.jpg',
// Add file and uncomment for adding logo to appbar
// logo : 'images/logo.svg',
title : 'Multiparty meeting',