Contents

local(ipAddress:port:)

Connects to a local endpoint by IP address and port number.

Declaration

static func local(ipAddress: any IPAddress, port: NWEndpoint.Port) -> FoveatedStreamingSession.Endpoint

Parameters

  • ipAddress:

    The IP of the local endpoint.

  • port:

    The port to connect to for the session management connection.

Discussion