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
3c084c0082
jiti-meet
/
react
/
features
/
display-name
/
components
/
index.js
2 lines
56 B
JavaScript
Raw
Normal View
History
Unescape
Escape
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-29 03:35:43 +00:00
export
{
default
as
DisplayName
}
from
'./DisplayName'
;