jiti-meet/react
Saúl Ibarra Corretgé 8225600b61 [RN] Don't open the camera on startup when there is no welcome page
The end goal of this patch was to avoid opening the camera when there is no
welcome page.

In order to achieve this, the logic for creating the local tracks was
refactored:

Before this patch local tracks were created when lib-jitsi-meet was initialized,
and destroyed when it was deinitialized. As a side note, this meant that when a
conference in a non-default domain was joined, local tracks were destroyed and
recreated in quick succession.

Now, local trans are created and destroyed based on what the next route will be,
and this happens when the target room has been decided. This allows us to create
local tracks the moment we need to render any route, and destroy them when there
is no route to be rendered. As an interesting byproduct, this refactor also
avoids the destruction + recreation of local tracks when a conference in a
non-default domain was left.
2017-07-18 20:42:20 -05:00
..
features [RN] Don't open the camera on startup when there is no welcome page 2017-07-18 20:42:20 -05:00
.eslintrc.js flow-typed 2017-02-03 16:36:14 -06:00
index.native.js [RN] Fix passing url prop to Root and App components 2017-07-06 15:54:56 -05:00
index.web.js [RN] Naming 2017-06-09 14:51:31 -05:00