## Allow Reconnection Allow the specified client to `reconnect` into the room. Must be used inside `onLeave()` method. **Signature** `this.allowReconnection (client, seconds)` client: the disconnecting [Client](https://docs.colyseus.io/server/room#client/) instance. ...