Forum Scripting CreateJoinRoom and 45 users limit

Post your problems and discussions relating to scripting in Unity here.

CreateJoinRoom and 45 users limit

Postby sebas77 » July 16th, 2013, 5:13 pm

Hi,

Will this function create automatically a new room if 45 users are already in and the first parameter is null?
sebas77
Paid Member
 
Posts: 137
Joined: June 25th, 2013, 12:09 pm

Re: CreateJoinRoom and 45 users limit

Postby Henrik » July 16th, 2013, 11:18 pm

If the room id is null, each call to createJoinRoom will create a new room and put the user in it, which I guess is not what you want. :-)

We have a feature called service-rooms, which distribute users automatically into the minimum amount of rooms needed, you can read about at the bottom of this page:

http://playerio.com/documentation/multi ... clientside
Henrik
.IO
 
Posts: 1880
Joined: January 4th, 2010, 1:53 pm

Re: CreateJoinRoom and 45 users limit

Postby sebas77 » July 17th, 2013, 10:19 am

that's what I needed thanks :)
sebas77
Paid Member
 
Posts: 137
Joined: June 25th, 2013, 12:09 pm


Return to Scripting