saibotma / jitsi_meet_wrapper

Jitsi Meet Plugin for Flutter. Wrapping JitsiMeetSDK for Android and iOS.
BSD 3-Clause "New" or "Revised" License
26 stars 62 forks source link

User who created meet goes to lobby #125

Closed DP-NOTHING closed 9 months ago

DP-NOTHING commented 10 months ago

if user initially creates a meeting ,user is being redirected to lobby even if he is the one who first created the meeting. and it say you will join the meeting as soon as someone accepts your request and asks for password. turning off lobby , turning off password , or turning off security is not working.

Screenshot 2023-09-16 204410

Hiresh007 commented 10 months ago

yes i am also facing same problem in flutter

khizar1556 commented 9 months ago

@DP-NOTHING i can fix that

MihirPatel1432 commented 9 months ago

@DP-NOTHING i can fix that

Can you please share solution

DP-NOTHING commented 9 months ago

@MihirPatel1432 solution : if you don't provide server url then it will use jitsi default server meet.jit.si which require login to be moderator . now there are some community run servers jitsi.github.io/handbook/docs/community/community-instances

which doesn't require login to be moderator . just add serverurl in jitsi configuration with one of the community servers and it will run fine

khizar1556 commented 9 months ago

@MihirPatel1432 solution : if you don't provide server url then it will use jitsi default server meet.jit.si which require login to be moderator . now there are some community run servers jitsi.github.io/handbook/docs/community/community-instances

which doesn't require login to be moderator . just add serverurl in jitsi configuration with one of the community servers and it will run fine

yes this is the exact answer