Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hardcoding server value #520

Open
ReshmaJaiswal opened this issue Apr 10, 2024 · 14 comments
Open

hardcoding server value #520

ReshmaJaiswal opened this issue Apr 10, 2024 · 14 comments
Labels
feature Idea for a new feature

Comments

@ReshmaJaiswal
Copy link

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
Copy link
Contributor

holema commented Apr 10, 2024

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
Copy link
Author

ReshmaJaiswal commented Apr 10, 2024

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
Copy link
Contributor

holema commented Apr 10, 2024

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
Copy link
Author

is there any way to set max participant limit?

@holema
Copy link
Contributor

holema commented Apr 15, 2024

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
Copy link
Author

how can i limit for server

@holema
Copy link
Contributor

holema commented Apr 16, 2024

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

@ReshmaJaiswal
Copy link
Author

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

@holema
Copy link
Contributor

holema commented Apr 17, 2024

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

@ReshmaJaiswal
Copy link
Author

i want to limit participant in my confernce

@ReshmaJaiswal
Copy link
Author

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

@ReshmaJaiswal
Copy link
Author

?

@holema
Copy link
Contributor

holema commented Apr 17, 2024

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
Copy link
Author

ok

@holema holema added the feature Idea for a new feature label Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Idea for a new feature
Projects
None yet
Development

No branches or pull requests

2 participants