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
d169bd5007
jiti-meet
/
react
/
features
/
base
/
devices
/
index.js
4 lines
87 B
JavaScript
Raw
Normal View
History
Unescape
Escape
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
'./actions'
;
export
*
from
'./actionTypes'
;
Make web use the redux settings/profile
2018-04-12 19:58:20 +00:00
export
*
from
'./functions'
;