jiti-meet/react
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
..
features fix(conference): initialize UI features on CONFERENCE_JOINED 2017-11-22 13:28:04 -06:00
.eslintrc.js feat(eslint): Enable for non react files 2017-10-16 14:36:29 -05:00
index.native.js feat(web/RN): update React to v16 and React Native to 0.49 2017-11-02 14:32:35 +01:00
index.web.js [RN] Naming 2017-06-09 14:51:31 -05:00