This message was deleted.
# helpdesk
s
This message was deleted.
d
Yes, that will be the way. During create room you can also set max participants number. If you want to disable to create room automatically using access token then you'll have to disable auto create option from server side: https://github.com/livekit/livekit/blob/b9894ab0140548807b44a0b1701df7cfbb00a3a1/config-sample.yaml#L121
c
Okay so if I understand correctly, if I want to enforce a room size I have to disable auto_create and create the room from the Go SDK every time. Does the livekit server not remember that last time a room with a certain ID was used it had a specific capacity?
d
By disabling auto_create option will prevent users to create room automatically by using join token only. Using create room API you'll have full control on room features. You can read more from here: https://docs.livekit.io/guides/server-api/#createroom