openfun / jitsi-magnify

An authentication and room management system for Jitsi built with Django/React
MIT License
23 stars 6 forks source link

Allow public access #185

Closed ncasnap closed 1 year ago

ncasnap commented 1 year ago

Feature Request

Is your feature request related to a problem or unsupported use case? Please describe. At the moment as soon as we create a meeting, this meeting is private. If you are not in the member list and registered to magnify you cannot join the meeting. This is great for VIP but in some cases we need to invite people from outside to join as guest via magnify but we have this : image

Describe the solution you'd like What we would like is to get the possibility to make the room private or public. That way a public meeting can also be protected with a password etc..

Here is some ideas : when it is public image

When it is private

image

What do you think about the feature ? I stay available if you need more information. Regards, Nathan

sampaccoud commented 1 year ago

Do we agree that when you write "meeting" we should read "room"? Meetings are another object in Magnify. Just to make sure. If yes, there is already a field "is_public" on the room so it is our mistake that we fogot to expose it on the UX.

Moustique82 commented 1 year ago

Yes, it s for room :-) We are very interested in displaying this parameters on the front.

Moustique82 commented 1 year ago

by default, it would be better to be public

ncasnap commented 1 year ago

Hello, I just finished a test and it works well but I still have 2 comments :

We stay available if needed. Regards, Nathan

ncasnap commented 1 year ago

Hello,

We talked about the button and it could be better for the user experience to display it in the security part.

We stay available if needed. Regards, Nathan