Merge branch 'develop' of github.com:havfo/multiparty-meeting into develop

This commit is contained in:
Håvar Aambø Fosstveit
2020-03-27 10:46:20 +01:00
3 changed files with 141 additions and 2 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ const initialState =
selectedAudioDevice : null,
advancedMode : false,
resolution : 'medium', // low, medium, high, veryhigh, ultra
lastN : 4
lastN : 4,
permanentTopBar : true
};
const settings = (state = initialState, action) =>