Forums » Union General »
Added by Duncan Hall 971 days ago
Are there any arbitrary limits on number of room occupants, or is this entirely dependant on the amount of data being sent and received between users in a single room?
by default, there are no arbitrary limits max users in all rooms or a specific room, but you can set them if you like, both from the client and the server. see the example listing for RoomManager's createRoom() method in the Reactor API:
http://unionplatform.com/docs/reactor/api/net/user1/reactor/RoomManager.html#createRoom()
it sets a room's max user limit to 50.
colin