Method of retrieving RoomData(name, properties, max users etc) without joining room.

0 votes
I know that it is possible to request all the available rooms. The return is a list of the roomID's. However is there anyway of retrieving the RoomData - that is the RoomID, Name, Max Users, Owner etc without having to join the room. Or is there a function/method that allows one to retrieve the RoomData of a room using the RoomID. Thanks in advance.
asked May 10, 2014 in Discuss & suggest API by lebomorojele (11 points)

1 Answer

+1 vote
yes, you can look at the getLiveRoomInfo API. It takes in a roomId and returns all the associated information in onGetLiveRoomInfoDone callback event.

 

http://appwarp.shephertz.com/game-development-center/objective-c-api-reference/#getliveroominfo
answered May 10, 2014 by shepAdmin (111 points)
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...