ref(toolbar): show recording features based on explicit configs (#3080)

* ref(toolbar): show recording features based on explicit configs

* squash: bring back button configs, use final config names

* squash: update interfaceConfig comment, remove unused config whitelist

* squash: change order of button enabled checks to reduce diff

* squash: fileRecording -> fileRecordings
This commit is contained in:
virtuacoplenny
2018-06-05 22:19:28 -07:00
committed by bbaldino
parent 3e79926ad4
commit 84f303dd3c
6 changed files with 31 additions and 31 deletions

View File

@@ -351,7 +351,7 @@ UI.start = function() {
APP.store.dispatch(setNotificationsEnabled(false));
} else {
// Initialize recording mode UI.
if (config.enableRecording && config.iAmRecorder) {
if (config.iAmRecorder) {
VideoLayout.enableDeviceAvailabilityIcons(
APP.conference.getMyUserId(), false);