-
Notifications
You must be signed in to change notification settings - Fork 284
Closed
Labels
T-DefectSomething isn't working: bugs, crashes, hangs and other reported problemsSomething isn't working: bugs, crashes, hangs and other reported problems
Description
The element call widget currently has a timeout to make sure a non-loading webview can be exited via an error modal. This timeout races against a user joining the call.
This is not the correct race in case the user is waiting in the lobby.
We want the race to be between the content_loaded
FromWidget
action and the timeout.
The content_loaded
FromWidget
will be sent once the widget code is running in the iframe. We assume that if the widget code is running we are on the save side and can close the widget from the EC webview.
Metadata
Metadata
Assignees
Labels
T-DefectSomething isn't working: bugs, crashes, hangs and other reported problemsSomething isn't working: bugs, crashes, hangs and other reported problems