1. onGetAllRoomsDone(AppWarp::liveresult res) returns the ID of the room? or name of the room?
2. if question 1 returns ID, how can we get the ID of the created room AppWarp::Client::getInstance()->createRoom(userName, def->getStringForKey("nickname"), 2); because if we try to warpClientRef->joinRoom(userName); it fails.
I have answer for number 1 & 2 already onCreateRoomDone(AppWarp::room revent) & revent.roomId
Follow up question
1. We created a room AppWarp::Client::getInstance()->createRoom(userName, def->getStringForKey("nickname"), 2); and userName is abcdef. is abcdef the room ID? because when onCreateRoomDone(AppWarp::room revent) is called revent.roomId returns an string of numbers not abcdef, is it converted to int?