Check if a room exists (has active clients).
static bool hasRoom(String room) { return _manager.hasRoom(room); }