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
c0de88ba8c
jiti-meet
/
react
/
features
/
connection-indicator
/
index.js
4 lines
89 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat(connection-indicator): convert to react - Create a new ConnectionIndicator component for displaying an icon for connection quality and for triggering a popover. The popover handling has been left in ConnectionIndicator for now, which follows the existing implementation. - Remove the unused method "connectionIndicatorShowMore" - Change the implementation of existing methods that update the connection indicator to call the same method which will rerender the indicator completely.
2017-06-19 20:20:13 +00:00
export
*
from
'./components'
;
ref(stats): process stats through one pub/sub Instead of passing stats through UI then VideoLayout then the SmallVideo, pass stats directly to what uses it--ConnectionIndicator. This also bypasses adding the stats to the store, as they do not seem to be something that needs to be shared or stored app-wide just yet.
2017-07-05 18:17:30 +00:00
export
{
default
as
statsEmitter
}
from
'./statsEmitter'
;