clients method
Gets a list of clients.
Implementation
Namespace clients(Function([dynamic _]) fn) {
adapter.clients(rooms, fn);
rooms = [];
return this;
}
Gets a list of clients.
Namespace clients(Function([dynamic _]) fn) {
adapter.clients(rooms, fn);
rooms = [];
return this;
}