This website requires JavaScript.
Explore
Help
Sign In
haskal
/
jiti-meet
Watch
1
Star
0
Fork
You've already forked jiti-meet
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4ef84054dc
jiti-meet
/
react
/
features
/
device-selection
/
index.js
3 lines
57 B
JavaScript
Raw
Normal View
History
Unescape
Escape
fix: open device selection if it is the only available setting Move logic to open device selection outside of SettingsMenu so it can be called independently by either SettingsMenu or by the settings button itself if no other settings but devices will be displayed.
2017-04-09 21:20:37 +00:00
export
*
from
'./actions'
;
feat: new device selection modal with previews The Device Selection modal consists of: - DeviceSelection, an overly smart component responsible for triggering stream creation and cleanup. - DeviceSelector for selector elements. - VideoInputPreview for displaying a video preview. - AudioInputPreview for displaying a volume meter. - AudioOutputPreview for a test sound output link. Store changes include is primarily storing the list of available devices in redux. Other app state has been left alone for future refactoring.
2017-03-29 17:43:30 +00:00
export
*
from
'./components'
;