HackerShackOfficial / Smart-Doorbell

A wifi-connected raspberry pi doorbell with video chat
87 stars 28 forks source link

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

Open mroelandts opened 4 years ago

mroelandts commented 4 years ago

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 commented 4 years ago

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

dtony commented 3 years ago

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 commented 3 years ago

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