Table of Contents

Delegate EOSTransportManager.OnConnectionOpenedCallback

Called immediately after a remote peer connection becomes fully opened (opened both locally and remotely).

public delegate void EOSTransportManager.OnConnectionOpenedCallback(ProductUserId remoteUserId, string socketName)

Parameters

remoteUserId ProductUserId

The id of the remote peer that has been connected to.

socketName string

The name of the socket the connection has opened on.