jiti-meet/react/features/conference/components/native
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
..
Conference.js rn: fix losing audio if call is hangup too quickly 2019-05-23 15:16:31 +02:00
Labels.js Remove some Flow annotations 2019-03-25 13:53:08 +01:00
NavigationBar.js Remove some Flow annotations 2019-03-25 13:53:08 +01:00
index.js Reorganize conference feature files 2019-02-06 14:27:25 +01:00
styles.js [RN] rearrange display-name files for later refactor 2019-04-15 18:58:15 +02:00