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