H2-invent / jitsi-admin

Organize and fully controll your jitsi meet meetings. Make your meeting secure and be sure that only you and your fellows can join your meeting.
https://meetling.de
GNU Affero General Public License v3.0
133 stars 48 forks source link

hardcoding server value #520

Open ReshmaJaiswal opened 6 months ago

ReshmaJaiswal commented 6 months ago

I want to hardcode server value instead of allowing everyone to add server manually , i am using laf_CreateServerOpenToEveryone=0 then i need to add atleast 1 server so where i do changes so that it take only 1 server everytime without adding manually or showing option to add

holema commented 6 months ago

Hello,

To configure this, you can set the variable laf_CreateServerOpenToEveryone to 0. This parameter contains a Keycloak group whose members are allowed to set up a server: laf_keycloakGroupToCreateServer=/user. Here, for instance, you can set /admin and then create a Keycloak group named "admin". Add the users to this group whom you wish to allow to create a server.

Best regards,

ReshmaJaiswal commented 6 months ago

I dont want anyone to allow i want to hardcode server value for everyone , now it show me no server added ,i want 1 server to hardcode so that no body is allow to create and get that 1 server conference everytime

holema commented 6 months ago

this you can do by set the default server id in the env: default_jitsi_server_id=0 The id is the id in the database

ReshmaJaiswal commented 5 months ago

is there any way to set max participant limit?

holema commented 5 months ago

not now. You can set a limit to alow a number of self invitiation for the webinar mode but not a hard server limit.

ReshmaJaiswal commented 5 months ago

how can i limit for server

holema commented 5 months ago

hello @ReshmaJaiswal, you want to limit the users which are in one conference?

ReshmaJaiswal commented 5 months ago

yes.suppose if i added 1 confernce so it must add only 80 partcipant

holema commented 5 months ago

What exactly is your use case? I can't get it

ReshmaJaiswal commented 5 months ago

i want to limit participant in my confernce

ReshmaJaiswal commented 5 months ago

if i want in 1 meet there should be only 100 participant then more than this could not join meet

ReshmaJaiswal commented 5 months ago

?

holema commented 5 months ago

Up to now this is ont possible and implemented. It would be possible to implemtn this when the event sync of jitsi is installed on jitsi side. When we install the jitsi and jitsi-admin stack the nwe install the event sync plugin but this is not that easy. The funvtion to limit the number of participants is a feature request.

ReshmaJaiswal commented 5 months ago

ok