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

hideConferenceSubject does not apply to prejoin screen #14735

Closed
shawnchin opened this issue May 12, 2024 · 1 comment · Fixed by #14736
Closed

hideConferenceSubject does not apply to prejoin screen #14735

shawnchin opened this issue May 12, 2024 · 1 comment · Fixed by #14736

Comments

@shawnchin
Copy link
Contributor

shawnchin commented May 12, 2024

hideConferenceSubject does not hide the subject on the prejoin screen, which makes for an unsightly experience when rooms names are UUIDs. The subject is correctly hidden on main conference screen.

We first noticed this when upgrading to JaaS 4953 (Jitsi Meet 7874), and this is reproducible on current meet.jit.si. For example, https://meet.jit.si/YouShouldNotSeeThis#config.hideConferenceSubject=true would show:

You_Should_Not_See_This___Jitsi_Meet

This might be regression of #14499.

@shawnchin
Copy link
Contributor Author

BTW, for anyone else affected by this issue, a temporary workaround while waiting for the fix is to override the subject using localSubject=" " (that's a single space. Empty string won't work).

Example:
https://meet.jit.si/YouShouldNotSeeThis#config.hideConferenceSubject=true&config.localSubject=%22%20%22

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 a pull request may close this issue.

1 participant