Here's the code I'm using, straight from the docs:
Code: Select all
var roomObj:Object = new Object();
roomObj.name = "The Test Room";
roomObj.isGame = true;
roomObj.maxUsers = 15;
_smartFox.createRoom(roomObj);Code: Select all
****************************************************************
Warning:
The room list is empty!
The client API cannot function properly until the room list is populated.
Please consult the documentation for more infos.
****************************************************************