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
0b0a19ea5c
jiti-meet
/
react
/
features
/
external-api
/
index.js
3 lines
46 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat(api): notify api of mic and camera errors (#4289) - Use actions to notify the rest of the app that a mic or camera error has occurred - Use middleware to respond to those notifications of errors by showing in-app notifications and notifying the external api
2019-05-29 21:17:07 +00:00
import
'./middleware'
;
ref(api): move tile view subscriber to api dir
2019-06-23 14:44:22 +00:00
import
'./subscriber'
;