Options when transferring a player to a server that supports direct host/port connections.
export interface TransferPlayerIpPortOptions { hostname: string; port: number;} Copy
export interface TransferPlayerIpPortOptions { hostname: string; port: number;}
Hostname of the destination server.
Port of the destination server.
Options when transferring a player to a server that supports direct host/port connections.
Source