jiti-meet/react/features/toolbox
Saúl Ibarra Corretgé a4cf79c161 rn: fix losing audio if call is hangup too quickly
This PR changes the logic for connecting / disconnecting conferences. Instead of
doing it in mount / unmount events from the Conference component, it moves the
logic to the appNavigatee action.

This fixes a regression introduced in 774c5ecd when trying to make sure the
conference terminated event is always sent.

By moving the logic to appNavigate we no longer depend on side-effects for
connecting / disconnecting, and the code should be more maintainable moving
forward.

An improvement to this is the concept of sessions, which, while not tackled
here, was taken into consideration.
2019-05-23 15:16:31 +02:00
..
components rn: fix losing audio if call is hangup too quickly 2019-05-23 15:16:31 +02:00
actionTypes.js fix(toolbox): fix typo in action type for hide timeout (#4069) 2019-04-04 10:53:14 -07:00
actions.native.js feat(toolbox): move OverflowMenu show logic to redux 2018-05-15 14:12:38 -05:00
actions.web.js flow: tame the beast 2019-03-21 14:47:55 +01:00
constants.js [RN] Implement Notifications on mobile 2018-06-28 12:47:50 +02:00
functions.native.js feat(subject): UI 2019-03-12 23:03:58 +00:00
functions.web.js feat(subject): UI 2019-03-12 23:03:58 +00:00
index.js [RN] Implement Notifications on mobile 2018-06-28 12:47:50 +02:00
middleware.js flow: tame the beast 2019-03-21 14:47:55 +01:00
reducer.js feat(toolbar): add 'always-visibile' config option 2018-05-30 16:12:05 +02:00