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
damp-postman-69501
10/23/2022, 8:38 AM
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