Hello guys! I can’t figure out how is `max_partici...
# helpdesk
a
Hello guys! I can’t figure out how is
max_participants
setting supposed to be used. We can have
max_participants
in the config file, but it looks like we can set it on individual rooms when creating them from the server side https://docs.livekit.io/server/room-management/#createroom. When I create a room from the server side with say
max_participants: 2
and generate tokens for different participants for that room, at least three participants are able to join the room (haven’t tested with more users). I would expect that LK server would throw some kind of error when third participant tries to join. Response from the
createroom
request looks as expected,
max_participants: 2
is there. Am I missing something?