jiti-meet/react/features/base/conference
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 chore: use strings as action types 2019-03-21 14:47:55 +01:00
actions.js rn: ensure the conference terminated event is always sent 2019-04-25 14:04:26 +02:00
constants.js feat(1080p): pass new-style constraints to createLocalTracks (#2087) 2017-10-31 17:08:07 -07:00
functions.js [RN] Add conference navigation bar 2019-02-06 14:27:25 +01:00
index.js [RN] fix(Avatar): Match the implementation for web 2017-03-08 13:21:34 -06:00
middleware.js rn: fix losing audio if call is hangup too quickly 2019-05-23 15:16:31 +02:00
reducer.js feat(subject): UI 2019-03-12 23:03:58 +00:00