I want to get information of the rooms in that friends of some user are playing.
In ios library we can get buddyList by code :
Code: Select all
NSArray * buddyList = [smartFox.buddyManager buddyList];
Code: Select all
SFSBuddy * buddy=[buddyList objectAtIndex:i];
Could you please advice me on this !
Kind regards,
Doanh