jiti-meet/react/features/base
Saúl Ibarra Corretgé 18d1572dab [RN] Load config.js only when the room is known
This patch loads the config later than we used to, that is, only once we
know the room the user is about to join.

Due to architectural limitations in lib-jitsi-meet, it needs to be
initialized with a configuration in order to properly function. This is
unfortunate because we need to create a video track in the welcome page,
but don't know the room (hence no config) yet. In order to circumvent
this problem an empty configuration is used, which is later swapped with
the appropriate one, once loaded.

Some interesting side-effects of this change are a perceived speed
increase when the app starts or a conference is hangup. They are both
due to the fact that no config needs to be fetched from a remote server
in those cases.
2017-09-02 13:26:07 -05:00
..
conference [RN] Try to create local tracks when unmuting, if track is missing 2017-08-22 07:28:19 -05:00
config [RN] Load config.js only when the room is known 2017-09-02 13:26:07 -05:00
connection Remove duplication 2017-09-01 23:55:25 -05:00
devices [RN] Polyfill Symbol 2017-05-26 16:37:22 -05:00
dialog feat(dialog): add missing export for actionTypes 2017-07-18 13:35:24 +02:00
font-icons [RN] Update jitsi font icon selection 2017-07-06 17:14:00 -05:00
i18n Uses languages.json to obtain supported languages. 2017-07-27 16:36:22 -05:00
lib-jitsi-meet Remove duplication 2017-09-01 23:55:25 -05:00
logging Fix the initialization of the (external) API 2017-05-30 09:38:18 -05:00
media [RN] Try to create local tracks when unmuting, if track is missing 2017-08-22 07:28:19 -05:00
participants Remove duplication 2017-09-01 23:55:25 -05:00
popover feat(popover): create a wrapper around InlineDialog 2017-08-24 22:00:14 -05:00
react [Android] Destroy containes when they are not visible 2017-07-28 10:25:46 -05:00
redux Remove duplication 2017-09-01 23:55:25 -05:00
styles [RN] Workaround for Android view clipping 2017-07-24 15:01:37 -05:00
tracks [RN] Remove denied permission alert from WelcomePage 2017-08-22 16:38:14 -05:00
util Moves analytics loading to react. (#1945) 2017-09-01 14:14:03 -05:00