jiti-meet/react/features/settings
virtuacoplenny cac8888b37 feat(welcome-page): be able to open settings dialog (#3327)
* feat(welcome-page): be able to open settings dialog

- Create a getter for getting a settings tab's props so the device
  selection tab can get updated available devices.
- Be able to call a function from a tab after it has mounted. This is
  used for device selection to essentially call enumerateDevices on
  the welcome page so the device selectors are populated.
- Remove event UIEvents.AUDIO_OUTPUT_DEVICE_CHANGED. Instead directly call
  setAudioOutputDeviceId where possible.
- Fix initialization of the audioOutputDeviceId in settings by defaulting
  the audio output device to the one set in settings.

* squash: updateAvailableDevices -> getAvailableDevices, add comment for propsUpdateFunction
2018-08-06 10:24:59 -05:00
..
components feat(welcome-page): be able to open settings dialog (#3327) 2018-08-06 10:24:59 -05:00
DeviceSelectionPopup.js Refactor settings modal (#3121) 2018-06-20 13:19:53 -07:00
actionTypes.js Grow features/settings from features/app-settings and features/settings-menu 2018-02-26 19:19:01 -06:00
actions.js Refactor settings modal (#3121) 2018-06-20 13:19:53 -07:00
constants.js Refactor settings modal (#3121) 2018-06-20 13:19:53 -07:00
functions.js feat(welcome-page): be able to open settings dialog (#3327) 2018-08-06 10:24:59 -05:00
index.js Refactor settings modal (#3121) 2018-06-20 13:19:53 -07:00
middleware.js Grow features/settings from features/app-settings and features/settings-menu 2018-02-26 19:19:01 -06:00
popup.js core: refactor routing 2018-07-11 22:58:41 -05:00
reducer.js Grow features/settings from features/app-settings and features/settings-menu 2018-02-26 19:19:01 -06:00