Room constructor

Room(
  1. Connector connector
)

Implementation

Room(this.connector) {
  connector.registerService(this);
}