* Makes the matching socket instances join the specified rooms * * @param rooms * @public
(rooms: string | string[])
| 110 | * @public |
| 111 | */ |
| 112 | public socketsJoin(rooms: string | string[]): void { |
| 113 | return this.newBroadcastOperator().socketsJoin(rooms); |
| 114 | } |
| 115 | |
| 116 | /** |
| 117 | * Makes the matching socket instances leave the specified rooms |
nothing calls this directly
no test coverage detected