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

Jitsi now start with a 'Join meeting' page #4

Open
mroelandts opened this issue Jul 9, 2020 · 3 comments
Open

Jitsi now start with a 'Join meeting' page #4

mroelandts opened this issue Jul 9, 2020 · 3 comments

Comments

@mroelandts
Copy link

If you go to a meeting link you will now get a 'Join meeting' page instead of immediately joining the meeting.
This breaks the whole system as the raspberry does not joins the meeting without clicking the 'Join' button...

107575648_275531767116633_1812312307624554403

@mroelandts
Copy link
Author

It appears, there is now a "Don't show this again" checkbox.
after this has been checked, everything runs fine!

@dtony
Copy link

dtony commented Dec 22, 2020

Just change line 100 from :
return "http://meet.jit.si/%s" % self.chat_id
to :
return "http://meet.jit.si/%s#config.prejoinPageEnabled=false" % self.chat_id

@karsom
Copy link

karsom commented Jul 21, 2021

Just change line 100 from :
return "http://meet.jit.si/%s" % self.chat_id
to :
return "http://meet.jit.si/%s#config.prejoinPageEnabled=false" % self.chat_id

Yep, this works, I have had this problem as my display is not touchscreen, and this fixes the only problem I had!!
tysm

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

No branches or pull requests

3 participants