Jitsi meet first user who created meeting goes to lobby

1k Views Asked by At

in my flutter project ,issue is 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.

i tried using jitsi meet wrapper and also tried omni_jitsi_meet but both have same issue

enter image description here.

so if user first joined meeting then he should be going to meeting instead of lobby.

2

There are 2 best solutions below

0
Deep Patel On

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

1
harsh On

solution :

for this problem there some community run servers that will provide server without moderator issue :

jitsi.github.io/handbook/docs/community/community-instances

after going to this link select server according to your country or continent as given on the link page... paste that server in your app's server url.