jiti-meet/react/features/app
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 watchos: add watchOS app 2019-05-03 19:29:30 +02:00
actions.js rn: fix losing audio if call is hangup too quickly 2019-05-23 15:16:31 +02:00
functions.native.js rn: start removing defaultURL 2019-03-12 16:55:28 +01:00
functions.web.js rn: simplified code 2019-03-12 16:55:28 +01:00
getRouteToRender.js ref: js-utils for random and room name generator (#3975) 2019-03-19 10:35:36 -07:00
index.js Refactor config loading 2019-04-10 15:47:36 +02:00
middleware.js feat(App): refactor App and split it into BaseApp and App 2018-07-12 11:28:19 -05:00