This website requires JavaScript.
Explore
Help
Register
Sign In
ZF
/
jitsi-meet
Watch
1
Star
0
Fork
0
You've already forked jitsi-meet
mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced
2026-05-21 07:47:51 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ea2ea89ef76e36505f2f1114f12c1917a91f6803
jitsi-meet
/
react
/
features
/
connection-indicator
/
index.js
6 lines
99 B
JavaScript
Raw
Normal View
History
Unescape
Escape
[RN] Add connection indicator
2019-04-15 18:23:28 +02:00
// @flow
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 15:20:13 -05: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 11:17:30 -07:00
export
{
default
as
statsEmitter
}
from
'./statsEmitter'
;
Reference in New Issue
Copy Permalink