jitsi / jitsi-meet-sdk-samples

Jitsi Meet mobile SDK examples (Android, iOS and React Native)
Apache License 2.0
270 stars 235 forks source link

Unable to join the meeting- it says ask to join #221

Closed amjidkhanmohmand closed 5 months ago

amjidkhanmohmand commented 5 months ago

Hello @saghul , Hopefully, you are in good health. I am using Jitsi meet from the last 2 years in my app. But it suddenly stoped working and it says "Ask to join" when I create a meeting. Please guide me on how to make creater of the meeting a moderator as previously all users were moderators by default. I am working with Android Studio (java). Thanks

saghul commented 5 months ago

Are you using meet.jit.si on your app?

If so, yes, we added auth last year. More details here: https://jitsi.org/blog/authentication-on-meet-jit-si/

If you use your own server you can choose to not have auth.

amjidkhanmohmand commented 5 months ago

Yes, I am using meet.jit.si, could you please let me know that how can I set w user to be a moderator so that he can join hassel free and then allow other users to connect. Let say user A created a meeting then he will be a moderator by default and hence will join the meeting without any restrictions as he is the host. Could you please guide me on how to achieve that?

amjidkhanmohmand commented 5 months ago

Are you using meet.jit.si on your app?

If so, yes, we added auth last year. More details here: https://jitsi.org/blog/authentication-on-meet-jit-si/

If you use your own server you can choose to not have auth.

Please let me know how can I make my app work with your new policy of authentication as I am already providing email etc.

saghul commented 4 months ago

You need to host your own backend.

amjidkhanmohmand commented 4 months ago

@saghul could you please share the guidelines on how to host Jitsi on my server, I am using Laravel as the backend.

saghul commented 4 months ago

Here is how to get started: https://jitsi.github.io/handbook/docs/devops-guide/

amjidkhanmohmand commented 4 months ago

ok sure, Thanks, I will get back to you if I need any help