Skip to content
Snippets Groups Projects
  • Saúl Ibarra Corretgé's avatar
    b8ed2098
    Fix regression when conference has a password or auth · b8ed2098
    Saúl Ibarra Corretgé authored
    This partially reverts eec6a270.
    
    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.
    b8ed2098
    History
    Fix regression when conference has a password or auth
    Saúl Ibarra Corretgé authored
    This partially reverts eec6a270.
    
    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.