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-15 14:07:51 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d6888fa2d8dc53bd22febc3df7170adfa2d65621
jitsi-meet
/
react
/
features
/
connection-indicator
/
components
/
web
/
index.js
4 lines
82 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
{
default
as
ConnectionIndicator
}
from
'./ConnectionIndicator'
;
Reference in New Issue
Copy Permalink