getAllClientsKeys method

List<String> getAllClientsKeys()

Returns a list of all connected client IDs.

Implementation

List<String> getAllClientsKeys() {
  return session.getAllClients().keys.toList();
}