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
d6fbe55360
jiti-meet
/
react
/
features
/
conference
/
index.js
6 lines
90 B
JavaScript
Raw
Normal View
History
Unescape
Escape
[RN] Add display name label to tile view
2019-04-11 10:04:50 +00:00
// @flow
Notify for kick and mute (#4328) * Updates kick showing who kicked us. * Notify participants that someone was kicked. * Shows notification to user who is remotely muted. * Updates the notification type. * Muted by notification for mobile. * Moves code to react and adds the kick notifications to mobile. * Updates lib-jitsi-meet.
2019-06-17 14:00:09 +00:00
export
*
from
'./actions'
;
Import jitsi/jitsi-meet-react#2f23d98 As an intermediate step on the path to merging jitsi-meet and jitsi-meet-react, import the whole source code of jitsi-meet-react as it stands at https://github.com/jitsi/jitsi-meet-react/commit/2f23d984245324e79156eeec9e447667b3c76d33 i.e. the lastest master at the time of this import. No modifications are applied to the imported source code in order to preserve a complete snapshot of it in the repository of jitsi-meet and, thus, facilitate comparison later on. Consequently, the source code of jitsi-meet and/or jitsi-meet-react may not work. For example, jitsi-meet's jshint may be unable to parse jitsi-meet-react's source code.
2016-10-05 14:36:59 +00:00
export
*
from
'./components'
;
[RN] Adjust Conference for the reduced UI mode
2018-02-02 13:41:30 +00:00
import
'./middleware'
;