You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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
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
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...
The text was updated successfully, but these errors were encountered: