jitsi-meet-electron/app/features
Saúl Ibarra Corretgé b8ed209893 Fix regression when conference has a password or auth
This partially reverts eec6a270c5.

The problem is that when a conference is protected by a password or has
auth enabled, the "joined" event will come later, when the user
authenticates, so the 10s timeout will kick in.

This is not ideal because we react to the onLoad event of an iframe,
which doesn't tell us much of *what* is actually loaded, but a new event
would be required to properly fix this.
2018-10-10 12:22:04 -05:00
..
app Refactor handling of domain 2018-06-25 16:40:43 +02:00
conference Fix regression when conference has a password or auth 2018-10-10 12:22:04 -05:00
config Add "about" to help menu 2018-06-28 15:04:24 -05:00
navbar Replace px with em 2018-07-27 09:03:51 +02:00
onboarding Added onboarding 2018-08-14 23:29:31 +02:00
recent-list Fixed styled components warning 2018-10-04 14:48:23 -05:00
redux Added onboarding 2018-08-14 23:29:31 +02:00
router Refactor handling of domain 2018-06-25 16:40:43 +02:00
settings Clarify error message 2018-10-01 08:53:12 -05:00
utils Replaced getAvatarURL from js-utils 2018-06-29 16:13:34 -05:00
welcome Add placeholder for conference field 2018-08-29 10:06:33 -05:00