iOS - getAllRooms with room Info (Name, Properties)

0 votes
I want to get All Rooms with room info such as name, properties.

  How can I get same with single API.
asked Jul 18, 2014 in AppWarp by tejas (10 points)

1 Answer

0 votes
There is no such method. You will need to get all room IDs through getAllRooms(). Then you will need to iterate over each room Id and call getLiveRoomInfo() to get the name, properties, etc details about that room.

This is an intended behaviour because if there was such an API, that api would have resulted in huge amount of data transfer in result callbacks.
answered Jul 18, 2014 by Suyash Mohan (900 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
...