hasRoom abstract method

bool hasRoom(
  1. String room
)

Check if a room exists (has active clients).

Implementation

bool hasRoom(String room);