This message was deleted.
# announcements
s
This message was deleted.
🎉 6
👏 2
f
The goal is a cross-platform free-to-use chat service similar to Zoom or Teams. No sign up, no login, nothing.
s
Nice. Do you have a cap on max participants per room?
d
@some-greece-49743 If you're using API to create room then you'll able to limit users for each room. Have a look here: https://docs.livekit.io/guides/server-api#createroom
s
@damp-postman-69501 thanks. I saw that parameter on the SDK. I'm looking for max users per room based on different configurations ( VPS specs, pub qty, subs qty)
f
5 max per room currently.
s
Hi @fast-parrot-7375. Are you using k8s or distributed set-up for servers? Also, how many rooms are you handling with your current config?
f
I'm using DigitalOcean currently but haven't setup any type of scaling yet as I'm still testing and feature adding. And Is the question how many can I handle (technically infinite?), or how many rooms are currently being used (not a lot)? Lol
s
Hehe. Thanks for responding @fast-parrot-7375. So, you deployed to DO using VM config. My question is how many rooms is this configuration handling (based on your observations, of course)?
f
Right now, 0. 🙃
I still have a lot of work to do and haven't really put it out there yet.
We've hit a high of I think 2 rooms with 2 people each. 😅
s
Well, one step at a time, hehe. Is it working? I created a Room but didn't see the feed. I'm using Brave Browser btw.
f
Tested working on Chrome, Edge and Safari. It's made in Flutter so native cross-platform is in mind.