Forum Multiplayer How to use RoomData ?

Discussion and help relating to the PlayerIO Multiplayer API.

How to use RoomData ?

Postby L4ckyFox » May 10th, 2014, 1:50 am

Image
Please, show me (in example script), how to use this fields with JoinRoom and CreateRoom methods. i looked at the documentation, but i didn`t understood, how to use this fields. I`m using C#.
User avatar
L4ckyFox
 
Posts: 9
Joined: July 23rd, 2013, 1:28 pm
Location: Saint Petersburg

Re: How to use RoomData ?

Postby L4ckyFox » July 6th, 2014, 3:17 am

Somebody help me ? :(
User avatar
L4ckyFox
 
Posts: 9
Joined: July 23rd, 2013, 1:28 pm
Location: Saint Petersburg

Re: How to use RoomData ?

Postby Henrik » July 29th, 2014, 9:50 pm

There's some documentation here that shows how you can add RoomData and JoinData in your calls to CreateRoom and JoinRoom.

https://playerio.com/documentation/serv ... clientside

Accessing and modifying RoomData is done through this serverside method:

https://playerio.com/documentation/refe ... e#RoomData

JoinData is accessed on the JoinData property of the Player:

https://playerio.com/documentation/refe ... r#JoinData
Henrik
.IO
 
Posts: 1880
Joined: January 4th, 2010, 1:53 pm

Re: How to use RoomData ?

Postby bhushanrocks412@gmail.com » August 9th, 2018, 6:27 am

links are not working,can you update
bhushanrocks412@gmail.com
 
Posts: 2
Joined: July 27th, 2018, 12:23 pm

Re: How to use RoomData ?

Postby Henrik » August 9th, 2018, 7:14 am

Sure!
Henrik
.IO
 
Posts: 1880
Joined: January 4th, 2010, 1:53 pm


Return to Multiplayer