jiti-meet/react/features/app
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
..
components [RN] Prepare to display BlankPage more 2017-09-02 13:26:06 -05:00
actionTypes.js [RN] Naming 2017-06-09 14:51:31 -05:00
actions.js [RN] Load config.js only when the room is known 2017-09-02 13:26:07 -05:00
functions.native.js [RN] Prepare to display BlankPage more 2017-09-02 13:26:06 -05:00
functions.web.js Remove duplication 2017-09-01 23:55:25 -05:00
index.js Invite URL w/o (hash & query/search) params 2017-06-01 21:04:31 -05:00
middleware.js [RN] Create tracks right when they are required 2017-08-22 07:28:19 -05:00
reducer.js Fixes jsdocs, formatting 2017-07-26 15:54:57 -05:00