Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(conference) fix not loading with older server versions #931

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

saghul
Copy link
Member

@saghul saghul commented Nov 24, 2023

Use an iframe event which is fired really early to detect if the iframe was loaded.

Incidentally the logic to detect if the iframe was actually loaded gets simplified now, since the only way for the event to be received is for the iframe to be loaded.

Fixes: #929

Use an iframe event which is fired really early to detect if the iframe
was loaded.

Incidentally the logic to detect if the iframe was actually loaded gets
simplified now, since the only way for the event to be received is for
the iframe to be loaded.

Fixes: #929
@saghul saghul merged commit 5cbdc32 into master Nov 24, 2023
3 checks passed
@saghul
Copy link
Member Author

saghul commented Nov 24, 2023

I'll make a new release now.

@damencho damencho deleted the fix-onload branch November 24, 2023 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2023.11.2 requires at least jitsi-meet-web 1.0.7658-1, otherwise it returns to the main screen after 30sec
2 participants