public join(room: Room | Room[]): void {
    return this.operator.socketsJoin(room);
  }