Returns a list of all connected client IDs.
List<String> getAllClientsKeys() { return session.getAllClients().keys.toList(); }