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
85a168d51b
jiti-meet
/
react
/
features
/
unsupported-browser
/
index.js
6 lines
101 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Implement Landing component
2016-12-23 16:21:51 +00:00
export
*
from
'./actions'
;
export
*
from
'./components'
;
Consistent middleware and reducer imports
2017-02-10 17:04:40 +00:00
Replace features/unsupported-browser SET_UNSUPPORTED_BROWSER with features/base/lib-jitsi-meet SET_WEBRTC_READY The error raised by JitsiMeetJS.init() is already in the state of features/base/lib-jitsi-meet so it's not a good design to store the same error in the state of features/unsupported-browser.
2017-02-28 03:22:32 +00:00
import
'./middleware'
;
Consistent middleware and reducer imports
2017-02-10 17:04:40 +00:00
import
'./reducer'
;