jiti-meet/react/features/base/connection
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
..
actionTypes.js Fix flow errors from base/connection 2019-04-10 15:47:36 +02:00
actions.native.js rn: fix losing audio if call is hangup too quickly 2019-05-23 15:16:31 +02:00
actions.web.js fix(api-devices): Initial device function calls 2019-03-29 15:42:02 +00:00
constants.js rn: ensure the conference terminated event is always sent 2019-04-25 14:04:26 +02:00
functions.js feat(base/connection): throw error and add isInviteURLReady 2019-05-03 19:29:30 +02:00
index.js rn: ensure the conference terminated event is always sent 2019-04-25 14:04:26 +02:00
reducer.js [RN] Fix normalizing BOSH URLs (#3376) 2018-08-16 23:03:15 -05:00