jiti-meet/react/features/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
..
components rn: fix losing audio if call is hangup too quickly 2019-05-23 15:16:31 +02:00
functions.js Revert "misc: don't show a warning on Safari with VP8" 2019-04-17 15:15:48 +02:00
index.js [RN] Add display name label to tile view 2019-04-15 18:58:15 +02:00
middleware.js rn: add some cleanup tasks when a conference ends / changes 2019-01-16 11:00:37 +01:00