jiti-meet/react/features/base/connection
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
..
actionTypes.js CONNECTION_FAILED error as object 2017-09-24 16:51:43 -05:00
actions.native.js Flow, coding style 2017-10-17 17:12:39 -05:00
actions.web.js fix(conference): initialize UI features on CONFERENCE_JOINED 2017-11-22 13:28:04 -06:00
functions.js [RN] Fix documentation comments 2017-10-01 01:35:19 -05:00
index.js Move ConferenceUrl.inviteURL into React and redux 2017-06-01 21:04:31 -05:00
reducer.js eslint 4.8.0 2017-10-02 18:12:38 -05:00