jiti-meet/react
Saúl Ibarra Corretgé a1da6bff1a [RN] Fix loading config from non-default domains
When a conference is to happen in a domain which is not the defaut, its config
is loaded and set. As part of this process, lib-jitsi-meet is disposed. Because
disposing is asynchronous, events happen in this sequence:

- set new config
- dispose lib (which effectively wipes the config)
- init lib

This results in the library to be initialized without the loaded config, which
was lost. This commit fixes that by delaying setting the config and
re-initializing the library until it was disposed.
2017-04-07 14:54:32 -05:00
..
features [RN] Fix loading config from non-default domains 2017-04-07 14:54:32 -05:00
.eslintrc.js flow-typed 2017-02-03 16:36:14 -06:00
config.js Import jitsi/jitsi-meet-react#2f23d98 2016-10-12 10:31:52 -05:00
index.native.js Remove duplication 2017-01-26 17:24:11 -06:00
index.web.js Remove duplication 2017-01-26 17:24:11 -06:00