jitsi-meet-electron/app/features/conference
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
..
components Fix regression when conference has a password or auth 2018-10-10 12:22:04 -05:00
styled Added loading spinner in conference component 2018-06-28 06:38:59 +02:00
actions.js Add conference actions 2018-07-27 09:03:51 +02:00
actionTypes.js Add conference actions 2018-07-27 09:03:51 +02:00
index.js Add conference actions 2018-07-27 09:03:51 +02:00