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 02:57:46 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
52ce9a86ed2c78b94de2586cbf39fbcbb4d69fbd
jitsi-meet
/
react
/
features
/
display-name
/
index.js
6 lines
96 B
JavaScript
Raw
Normal View
History
Unescape
Escape
[RN] rearrange display-name files for later refactor
2019-04-11 10:28:51 +02:00
// @flow
feat(display-name): convert prompt to react Create a new component that uses Dialog. Reuse existing actions for updating a participant's display name.
2017-07-28 10:58:04 -07:00
export
*
from
'./actions'
;
feat(display-name): convert to React (#1672) * feat(display-name): convert to React - Create a new React Component for displaying and updating display names on small videos - The updating of the Component is defined in the parent class SmallVideo, which children will get access to through prototype copying - Create a new actionType and middleware so name changes that occur in DisplayName can be propogated to outside redux - Update the local video's DisplayName when a conference is joined or else the component may keep an undefined user id * squash: query for the container, not the el owned by react
2017-06-28 20:35:43 -07:00
export
*
from
'./components'
;
feat(aot): Handle video not available use cases (#2242)
2017-12-04 21:27:17 -06:00
export
*
from
'./functions'
;
Reference in New Issue
Copy Permalink