jiti-meet/react/features/base
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
..
conference [RN] Fix disconnecting before the connection was established 2017-07-07 12:21:08 -05:00
config [RN] Fix TypeError: undefined is not an object (evaluating 'this.options.p2p.useStunTurn') 2017-07-05 16:34:06 -05:00
connection [RN] Fix disconnecting before the connection was established 2017-07-07 12:21:08 -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 Prepare for eslint 4 2017-06-14 22:17:35 -05:00
lib-jitsi-meet [RN] Fix TypeError: undefined is not an object (evaluating 'this.options.p2p.useStunTurn') 2017-07-05 16:34:06 -05:00
logging Fix the initialization of the (external) API 2017-05-30 09:38:18 -05:00
media Consistent formatting 2017-07-16 03:44:07 -05:00
participants feat(display-name): convert to React (#1672) 2017-06-28 22:35:43 -05:00
react Fix(AddPeopleDialog): Close dialog on submit (#1761) 2017-07-12 08:35:00 -07:00
redux Introduce features/base/logging 2017-04-23 23:30:53 -05:00
styles Remove an unnecessary file 2017-03-20 14:42:54 -05:00
tracks [RN] Don't open the camera on startup when there is no welcome page 2017-07-18 20:42:20 -05:00
util Move roomnameGenerator.js out of features/base/util 2017-04-14 13:14:02 -05:00