hi guys,
Im on :
public void onGetLiveLobbyInfoDone(LiveRoomInfoEvent eventObj){
if (eventObj.getResult () == WarpResponseResultCode.SUCCESS) {
Debug.Log(eventObj.getJoinedUsers());
}
}
the thing is, I'm passing the success if but when i am trying to get the "getjoindusers()" result, it is always returns null
}