jiti-meet/react/features
Leonard Kim bb45f76a7a fix(conference): initialize UI features on CONFERENCE_JOINED
Initializing UI features, like keyboard shortcuts, by chaining
onto APP.conference.init is not safe because init can fail,
skipping the initializing of UI features. This can happen when
the room is locked and then a failure event is dispatched into
middleware. I couldn't find a place to properly chain onto
in the APP.conference.init promise chain, primarily due
to the flow continued within middleware, so instead I
leveraged an existing listener for CONFERENCE_JOINED.
2017-11-22 13:28:04 -06:00
..
always-on-top feat(web/RN): update React to v16 and React Native to 0.49 2017-11-02 14:32:35 +01:00
analytics fix(analytics): analytics undefined error due to circular dependency 2017-10-20 14:39:02 -05:00
app Fix eslint & flow errors 2017-11-16 12:27:54 -06:00
audio-level-indicator Import PropTypes from prop-types 2017-09-27 16:24:53 -05:00
authentication feat(web/RN): update React to v16 and React Native to 0.49 2017-11-02 14:32:35 +01:00
base fix(conference): initialize UI features on CONFERENCE_JOINED 2017-11-22 13:28:04 -06:00
conference feat(video-quality): hide if recorder or interfaceConfig specified it (#2166) 2017-11-22 11:18:08 +01:00
connection-indicator Fix eslint & flow errors 2017-11-16 12:27:54 -06:00
connection-stats eslint 4.8.0 2017-10-02 18:12:38 -05:00
contact-list feat(web/RN): update React to v16 and React Native to 0.49 2017-11-02 14:32:35 +01:00
desktop-picker feat(web/RN): update React to v16 and React Native to 0.49 2017-11-02 14:32:35 +01:00
device-selection Fix eslint & flow errors 2017-11-16 12:27:54 -06:00
dial-out feat(dark-theme): Applies dark theme on inline-dialogs, tooltips, flags and more 2017-10-20 15:29:16 -05:00
display-name fix(display-name): disable spell check on editing local name 2017-11-15 14:56:59 -06:00
feedback Fix eslint & flow errors 2017-11-16 12:27:54 -06:00
filmstrip Hides call info and invite button in iAmRecorder mode. (#2154) 2017-11-10 11:43:40 -08:00
invite VideoSIPGW updates (#2201) 2017-11-21 14:45:14 -08:00
keyboard-shortcuts feat(keyboard-shortcuts): show help in a react dialog (#2148) 2017-11-13 16:58:00 -06:00
large-video feat(video-quality): hide if recorder or interfaceConfig specified it (#2166) 2017-11-22 11:18:08 +01:00
mobile [RN] Translate AudioRoutePickerDialog 2017-11-20 07:54:05 -06:00
notifications VideoSIPGW updates (#2201) 2017-11-21 14:45:14 -08:00
overlay Fix eslint & flow errors 2017-11-16 12:27:54 -06:00
presence-status Import PropTypes from prop-types 2017-09-27 16:24:53 -05:00
recording WiP(invite-ui): Initial move of invite UI to invite button (#1950) 2017-10-03 11:30:42 -05:00
remote-control Fix eslint & flow errors 2017-11-16 12:27:54 -06:00
remote-video-menu Fix eslint & flow errors 2017-11-16 12:27:54 -06:00
room-lock ref(notifications): convert some dialogs to error or warning notifica… (#1991) 2017-11-03 14:05:03 -05:00
share-room [RN] Don't hardcode app name when sharing a room 2017-09-27 11:02:43 -05:00
speaker-stats feat(web/RN): update React to v16 and React Native to 0.49 2017-11-02 14:32:35 +01:00
toolbox [RN] Group the secondary toobar buttons 2017-11-15 09:31:40 -06:00
unsupported-browser feat(web/RN): update React to v16 and React Native to 0.49 2017-11-02 14:32:35 +01:00
video-quality feat(audio-only): be able to lock a browser into capturing audio only (#2125) 2017-11-09 13:59:16 -08:00
videosipgw VideoSIPGW updates (#2201) 2017-11-21 14:45:14 -08:00
welcome feat(web/RN): update React to v16 and React Native to 0.49 2017-11-02 14:32:35 +01:00