WebSocketService.prototype.room(name: string): WebSocketRoom
Returns the named room, creating it on first use.
Creating is the point: the first call for a name registers a room. Use
IWebSocketService.peek to read a caller-supplied name without
registering anything.
The room