flutterjitsijitsi-meetlib-jitsi-meet

Jitsi meet first user who created meeting goes to lobby


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.


Solution

  • 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